Hi,
I have a query regarding What happens to previous data when app is upgraded to new version .
I have a current application having a local database. The user can modify the database.
Now If I upgrade the application to next version with some new functionality what will happen? Will it completely replace the database or I can still use it. And if the database is still there then how can new functionality use it as earlier i.e. Assuming that it is still in the resources?
Please help in this regard. Thanks in advance.
EDIT:
I tried and found that We can use the earlier database.
One more question.
How to notify the user that an upgrade is available for the app? Do I need to use push notification or is there any other method?