Does updating app clear sharedpreferences or remove alarms set by the app?

前端 未结 2 1019
广开言路
广开言路 2021-01-12 22:16

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

2条回答
  •  执笔经年
    2021-01-12 22:50

    SharedPreferences are stored and will survive updating the application. About the alarms I am not sure, sorry.

    For testing your update simply install your market version on your device, set up your stuff (alarms, sharedprefs) like a normal user would do and just install the apk on your phone that you would upload to the market (signed apk!). The installing should be the same as the update your user will get...

提交回复
热议问题