I am ready to deploy my first update to an app I wrote. But when I deploy it to my test units using Organizer, it removes everything and reinstalls. So the sqlite database that stores the user's data is removed and copied over by a blank version.
How can I prevent that from happening? Is it happening because I'm in a dev environment? Can I test my deployment some other way?
Any help would be appreciated.
How can I prevent that from happening? Is it happening because I'm in a dev environment? Can I test my deployment some other way?
Any help would be appreciated.