You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the master version, it works but the database is not in the group folder.
With the contrib-ios-shared1 version it gives me the error: "I need to open the database before executing a transaction. Yet she is open."
Do you have an idea of the version I need to use and the settings I need to use?
Thank you so match in advance,
Raph :-)
Edit: My application have the capabilities App Groups group.be.tich in Xcode and <preference name="SqliteExtAppGroupId" value="group.be.tich" /> in config.xml
The text was updated successfully, but these errors were encountered:
raphrmx
changed the title
Ios shared app group, how to?
IOS Shared App Group, how to?
Mar 22, 2018
Hello and congratulate for your work,
Would it be possible to get a functional version for ios shared app group?
I try to run this version but I can not :(
this is my code but my database is not in the shared app group
this.db = sqlitePlugin.openDatabase({name: 'tich.sqlite', iosDirectoryURL:'group.be.tich'})
With the master version, it works but the database is not in the group folder.
With the contrib-ios-shared1 version it gives me the error: "I need to open the database before executing a transaction. Yet she is open."
Do you have an idea of the version I need to use and the settings I need to use?
Thank you so match in advance,
Raph :-)
Edit: My application have the capabilities App Groups group.be.tich in Xcode and
<preference name="SqliteExtAppGroupId" value="group.be.tich" />
in config.xmlThe text was updated successfully, but these errors were encountered: