App Store API for release notes / updates [closed]

青春壹個敷衍的年華 提交于 2019-12-10 17:26:54

问题


Is there any way to retrieve the following information from the Apple (iOS) App Store:

a) the time and date an app from the app store has been updated b) retrieve release notes from the latest update

Is there an API for this? RSS? Or even an existing service that already provides this?

I would like to keep track of new updates of interesting apps, but don't want them always on my iPhone or check with iTunes on Mac.


回答1:


Yes you can retrieve it with this api. It will return you data in json format.

http://itunes.apple.com/lookup?id="Your app's lookup id"

To find lookup id do this.

Suppose this is your app url

https://itunes.apple.com/in/app/temple-run/id420009108?mt=8

then lookup id is "420009108" the text after the id.




回答2:


@opafritz good news! I've added AppStore support into my pet-project: http://allmychanges.com/p/web/allmychanges/#0.19.0

This means that now you can track any app's release notes not having to install it on device!



来源:https://stackoverflow.com/questions/24838765/app-store-api-for-release-notes-updates

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