android - Restarting a service upon app update from playstore -


my android app makes use of service triggered if app opened (and service not running), or if device rebooted.

when released first update on google play noticed on updating app google play on device, functionalities of app set through service stopped working until open app once or reboot device.

i hence put message on google play asking current users using functionalities reopen app functionalities start working again.

now planning release update app, time, somehow either make service persist upon app update or restart service on app update without forcing user action, existing users not experience problems in using app.

any solutions with/ without code appreciated.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -