sqlite database app update
Can anyone enlighten me to what happens to my sqlite database when I publish an update of my app.
I've got a pre populated database and my app syncs with a remote server, now I'm going to publish an updated version of my app, I would like to package the latest database with it.
But I am worried that old data that I deleted for the app update will still appear on the app because people updating will have this data already in their database.
How can I be sure people will get my new database and not carry on the old one ? I could always rename the database file? But is this good practise ?
|