简体   繁体   中英

How can i get a price of application in appstore?

I want to get prices of several applications to show them in my app.

Can I do it without parsing AppStore application page?

Does Store kit works only for in-app features?

Thanks.

The simplest way I know is using the iTunes search API . You can get apps prices and more info in a JSON format.

We can use this reques https://itunes.apple.com/lookup?id=284910350

There is price field.

Unless you build your own feed which tell you app the prices you are out of luck.

StoreKit is for in-app purchase only.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM