Reputation: 1008
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.
Upvotes: 0
Views: 155
Reputation: 1008
We can use this reques https://itunes.apple.com/lookup?id=284910350
There is price field.
Upvotes: 1
Reputation: 3592
The simplest way I know is using the iTunes search API. You can get apps prices and more info in a JSON format.
Upvotes: 2
Reputation: 69489
Unless you build your own feed which tell you app the prices you are out of luck.
StoreKit
is for in-app purchase only.
Upvotes: 0