Notify User about new update of application in app store as a alert and automatically install updated version in iPhone?

假装没事ソ 提交于 2020-01-01 06:33:44

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!