Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I collect a list of all my iOS applications programmatically over the Internet?

I would like to collect all the iOS apps I have on my iTunes account programmatically via a web script, applet or anything possible over the web. Idea is to have a web page where I can enter my iTunes credentials and then display all these apps.

It looks like no open API is offered by Apple to do this so what's the best way to do it ?

The only way I can think of is an applet reading the XML files in the iTunes directory on my computer, but it's a poor solution regarding me for a few reasons.

EDIT : solution must be valide for any user (not only an iOS developer)

like image 817
Anth0 Avatar asked Nov 14 '22 01:11

Anth0


1 Answers

You can use the iTunes Store Search API to search for apps by your developer name, then filter the results by your developer ID in case anyone has a similar name.

like image 177
Anomie Avatar answered Dec 24 '22 19:12

Anomie