Home > OS >  How to do force App update in background? [closed]
How to do force App update in background? [closed]

Time:09-25

I want to update my app with latest version release in app store, even though it is not open or in background. Can this possible ? Will silent push notification will help on this ? please someone help me on this.....

CodePudding user response:

Users are in control of the apps on their device. You could put up a notification when the user chooses to run your app that a new version is available and link them to the App Store, but you can not - and should not - install any code on a users's device without their knowledge.

CodePudding user response:

Users can opt in on the option in the AppStore to automatically let it updates Apps where new versions are available. If the user opted out of that option there is a reason.

  • Related