CodeGuy
CodeGuy

Reputation: 28905

Is it possible to connect to the iTunes Connect database?

Is it possible to connect to a read-only iTunes connect database so that I can get a live-time update of app sales? Furthermore, can I do this in iOS?

Upvotes: 0

Views: 395

Answers (2)

Matthias Bauch
Matthias Bauch

Reputation: 90117

have you tried the itunes connect app? Link is on the itunes connect front page at the bottom.

itunes connect doesn't have an API.

there are apps that download and analyze your weekly and daily reports. AppSales-Mobile for example

On OS X Appviz works great

Upvotes: 3

Blitz
Blitz

Reputation: 5671

Live updates aren't possible. Look at services like appfigures.com and several others that do these kind of updates. All of them read the daily reports from itunes connect. Not sure tho if they use an API or what they do exactly.

Upvotes: 0

Related Questions