user734461
user734461

Reputation: 3

How to get given App names and details by searching app name in objective c?

I need to connect my app from xcode to iTunes to fetching apps details. I will provide a name and then it will return me a result of those apps names which contains the keywords. Then I need to fetch the details from those names, like showing the price, screenshoots, descr

Like, suppose, I want to search by bluetooth from my app which will be build by me, and I will get those apps names by the keyword and the details of those apps as well from objective c??

Upvotes: 0

Views: 403

Answers (1)

Luke
Luke

Reputation: 11476

Sounds like you need to tap into the iTunes Search API:

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

Upvotes: 2

Related Questions