Hello,
I have created a simple database app for testing purposes. Now I ran into some issues when the app is updated. All data is lost after update and the save button does not work anymore.
Everything works fine, as long it is a fresh install of the app.
The app creates a database and a table and prepopulates it with some sample data. The data is shown in the textfields after starting the app. Now you can change the values of the textfields and save the new data. If you close the app and reopen it, the changed values will be visible. Works fine.
After updating the app (without changing the code, just by increasing the version number), no data is available and nothing can be saved.
Is it a programming error on my side or has it something to do with the phonegap version which is added when the app is created by the build center?
Greetings Kale
Attachments:
You must be
logged in to view attached files.