Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8988671
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T22:03:32+00:00 2026-06-15T22:03:32+00:00

How would you use Obj-c to search the Apple App store to do the

  • 0

How would you use Obj-c to search the Apple App store to do the following…

  1. Return the details of the top 100 in the games overall category or a
    specific games category
  2. Return the details of a specific games in the games category

Anyone?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T22:03:33+00:00Added an answer on June 15, 2026 at 10:03 pm

    Well, as far as I know you have two methods to search the App Store:

    1. Search API;
    2. RSS feed generator.

    There are many differences between those but the most relevant for your example is that with the Search API you cannot sort the results as they come sorted by relevance and it requires always a search term. The RSS feed generator already has Top Free, Top Paid and Top Grossing categories for you.

    Given this I’m going to start answering your question for the RSS feed generator.

    1. You use the RSS feed generator to generate feeds like this for the top 100 free games in the US store: https://itunes.apple.com/us/rss/topfreeapplications/limit=100/genre=6014/xml;
      • Take a loot at this link to get games sub genres;
    2. You use NSXMLParser library to parse the RSS which already includes the app details.
      • You may use the initWithContentsOfUrl: method of NSXMLParser;
      • A quick how-to for this part can be found here.

    You can also use StoreKit to get the details of the apps by their ID or show a modal view controller with a specific app but that will require an extra network request.


    For the sake of completeness I’ll also cover how you can use the Search API.

    1. Use the Search API to create a URL that describes your search:
      • A URL like this allow you to search for apps with that matches “angry birds” – https://itunes.apple.com/search?term=angry+birds&media=software.
    2. Process the results using NSJSONSerialization library. That already includes the app details.
      • Take a loot at this tutorial on how to use the NSJSONSerialization library.

    In the end, as @Numan said, this two methods accomplish different things. You said you wanted to have the top 100 games from a specific category and also said you needed to search for a specific game.

    You can use my descriptions to create one class that interacts with the App Store in these two ways and return an object defined by you that describes an app (or an array of objects).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I use Linq-to-sql to a search like this: where obj.id equals any
How can I use the iTunes search API from within iOS/Obj-c ? I know
I want to use an obj->log($msg) function to store strings, and then later dump
I would use a multi dimensional gaussian modell for regression. Rasmussen has a book
I would use Jmagick into an Android Project. Is it possible? I have to
I thought I would use a stored routine to clean up some of my
In .NET I would use System.Diagnostics.Trace... What would I use in C or C++
I just would like to know what format and codec would use the least
What are the main reasons someone would use HTML's tbody in a table? Is
I'm having trouble understanding why I would use a context.xml file to declare a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.