是否检测到iPhone应用价格变化?

时间:2011-03-28 23:19:19

标签: iphone cocoa-touch app-store

我的一个项目需要一个功能来检测应用商店中应用的价格变化。 有可能吗?

欢迎任何评论

由于

1 个答案:

答案 0 :(得分:4)

您可以将iTunes JSON API与App ID一起使用来查找价格。以下是iMovie for iPhone的一个示例:

http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStoreServices.woa/wa/wsLookup?id=377298193

您会在data["results"][0]["price"]中看到价格为4.99美元。