开发者

Is it detect iPhone app price change?

开发者 https://www.devze.com 2023-02-20 04:43 出处:网络
One of my project need a function to detect the price change of the app in app store. Is it possible? Welcome开发者_运维百科 any comment

One of my project need a function to detect the price change of the app in app store. Is it possible?

Welcome开发者_运维百科 any comment

Thanks


You can use the iTunes JSON API with the App ID to find the price. Here's an example for iMovie for iPhone:

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

You'll see that in data["results"][0]["price"] the price is $4.99.

0

精彩评论

暂无评论...
验证码 换一张
取 消