If I make changes to the SQLLite DB in my app and I upload a new version to my project, the changes don't appear to reflect in Android or IOS unless I uninstall the previous version of the app. The rest of the changes to my app are there but I feel like it must be using a cached version of the DB?
SQLLite DB Changes require app uninstall and reinstall
Database & APIs
I upload new version of SQLLite DB to my project, I push out to IOS devices via TestFlight. Users install the new version with TestFlight but none of the new data or structure is available. Any listviews that display data just show constant refreshing graphics. Users have to physically uninstall the previous version of the app and then reinstall using Test Flight. Same goes with the push to Android. Same goes when using VS Code to test with Android simulation devices.
Yes
6
6 replies