Android - Google Play Store Closes App For Update And Not Opening It Afterwards
I've got the following situation: My app is always running on my Android device. Because I want to be able to update it automatically I've activated Google Play Store auto-updates.
Solution 1:
Post Honeycomb, apps have to be started manually by the user after installation or upgrade.
If you need your app to always run continuously, you would need to turn off auto update and manually update it yourself so that you can launch it manually after updating.
Post a Comment for "Android - Google Play Store Closes App For Update And Not Opening It Afterwards"