We have an Android app written in Ionic 2/Cordova that uses an SQLite db on the device.
We've tested on 3 different android devices:
- Xperia z5c on 7.1.1
- Nexus 5x on 7.1.2
- Samsung Galaxy S7
Results:
- Sometimes when we update the app, the database appears to be blanked
- Sometimes it retains its data.
This only happens on the Nexus and the Samsung
Is there a known bug with the update mechanism regarding SQLite or Cordova apps specifically?
Thanks.