I have an iPhone app which consists of local database (sqlite3
). The database consists of a MyVegetableGarden table
which stores data about user's vegetables.
When I push out an update to my application it clears the MyVegetableGarden table and user's database will be lost.
How can I prevent this from happening or maintain user's data.