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
Hello!
I have an app which uses cordova-sqlite-plugin for its database.
If I install cordova-sqlcipher-adapter, can I remove the first plugin? Or do I need both? I tried removing the sqlite-plugin and the app couldn't find the object sqlitePlugin.
If the app has already its database X without cipher, and then install a new version of the app with the cipher, does it cipher the existing database X? If it's doesn't do it automatically, how can I achieve it without deleting the data already stored?
The text was updated successfully, but these errors were encountered:
Could you please add this information of removing cordova-sqlite-plugin before installing your plugin in readme file. Even I was debugging for long time on why this was not working until I hit this issue.
Hello!
I have an app which uses cordova-sqlite-plugin for its database.
The text was updated successfully, but these errors were encountered: