Detecting iPhone app version update?

前端 未结 3 541
没有蜡笔的小新
没有蜡笔的小新 2020-12-21 16:53

I\'d like to determine when new versions of my app are available on the Appstore and display some form of notification to the user when this happens - perhaps a UIAlertView

3条回答
  •  天命终不由人
    2020-12-21 17:07

    You could create your own out-of-band data based on RSS, like the Sparkle framework based on Mac. You'd need to maintain that feed yourself of course - any time an update is accepted, you would publish a new article to the feed.

提交回复
热议问题