Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iTunes Connect API [closed]

Does iTunes Connect has an API? How do some applications download financial and sale reports to computer? Are there some C/Objective-C API wrappers?

like image 225
totocaster Avatar asked Oct 24 '09 21:10

totocaster


People also ask

How do I connect to app Store API?

Click OpenAPI specification to download the specification file. Calls to the API require JSON Web Tokens (JWT) for authorization; you obtain keys to create the tokens from your organization's App Store Connect account. See Creating API Keys for App Store Connect API to create your keys and tokens.

Does Apple have open API?

The Medisafe app will integrate with Apple's Health Records API to help consumers keep track of medications and learn about harmful drug-drug interactions.


1 Answers

Update 11/02/2018

On November/18, Apple finally released the Appstore Connect REST API. Referencing the Apple description:

TestFlight. Manage beta builds of your app, testers, and groups.

Users and Access. Send invitations for users to join your team. Adjust their level of access or remove users.

Reporting. Download sales and financial reports.

Update 10/03/2018

Good news on this one: on 2018 WWDC, Apple announced the Appstore Connect API - where you'll be able to access almost everything related to your Appstore Connect management. You can see two related talks here and here.

The only curious thing is that its release date was supposed to be late this summer - so it's probably delayed. Nonetheless we should be able to see a release soon.

Update 8/18/2016

Official Reporter tool from Apple

https://help.apple.com/itc/appsreporterguide/#/


iTunes finally released an auto download tool as noted in the PDF

http://www.apple.com/itunesnews/docs/AppStoreReportingInstructions.pdf

Here is the class file

http://www.apple.com/itunesnews/docs/Autoingestion.class.zip

like image 194
gavi Avatar answered Oct 09 '22 21:10

gavi