Arsynth
Arsynth

Reputation: 793

Show other applications list in one app

I going to show my other apps in one app. I know only one way to do that - just hardcoded icons, links and names of other applications, but it extremely inconvenient. Is there are way to reach itunesconnect's list of apps via some API?

Upvotes: 1

Views: 51

Answers (1)

Dima
Dima

Reputation: 23634

You can use the iTunes lookup API to accomplish this. All you need is the developer ID of the account you want to lookup.

Here is a sample query for all of Facebook's apps:

https://itunes.apple.com/lookup?id=284882218&entity=software

The response contains a JSON object for the developer and then for each app, which includes any info you may want to grab such as the name or icon.

Upvotes: 3

Related Questions