Ratan
Ratan

Reputation: 1757

Dynamically get info about other apps in app store in iOS

There are few paid apps in the Apple app store. I am developing an app where I need to show the info ( localized text, pricing info etc.) about other apps ( the number of apps vary dynamically ) which are already there in app store. How can I get info about other apps dynamically?

Upvotes: 0

Views: 135

Answers (1)

Michael
Michael

Reputation: 1213

You can use the iTunes API to get some information, but it's a search APIso you'll need some criteria.

http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html

Apple just recently changed their rules regarding apps that reproduce app store like functionality.

http://www.tuaw.com/2012/10/03/app-search-engine-chomp-shuts-down-but-is-apple-cracking-down-o/

Upvotes: 1

Related Questions