I've published my app in google store and now I want to update it.
But I want to be assured that I don't lose stored data in my app shared preferences. I also set some alarm in my app which starts notification, and I don't want to lose them either.
I'm not sure how updating app works? does it rewrite these things? Is there anyway that I can test it before I globally publish it?
I should mention that the changes I made in this version contain some changes in manifest: I changed targetSdkVersion
and minSdkVersion
(It used to have minSdk=8
now I've changed it to 4
and added targetsdk=15
) and I gave a process name to my alarmservice (which is an intentservice to set the alarm) but then decided to change it and it doesn't have a processname now.