Whenever there are code changes the app is replaced totally on build and deployment. This is erasing the data files that were created in earlier use of the app, like saved ListView items.
How can I prevent this?
Whenever there are code changes the app is replaced totally on build and deployment. This is erasing the data files that were created in earlier use of the app, like saved ListView items.
How can I prevent this?