问题
Currently my application with version 1.1 is available in app store.
Current Scenario: when i update new version update is shown in app store when user goes to app store.
Required: As soon as user starts application alert should be popped up and if new version is available in app store it should automatically install that if user clicks OK.
Please suggest me the way to do this.
回答1:
You can't make it install automatically, you can send the user to the app store app with your itunes app url.
Also you will need to make you're own webservice to check if a new version is available.
来源:https://stackoverflow.com/questions/7333722/notify-user-about-new-update-of-application-in-app-store-as-a-alert-and-automati