user2456014
user2456014

Reputation: 355

Full iTunes Connect API

There were some questions about downloading sale reports from iTunes Connect in the past(e.g. iTunes Connect API), but is there a way to get the Apps information without creating something like a bot clicking through the menus(so getting information about reviews, review status, new (unreleased) versions, etc.)?

Upvotes: 3

Views: 2351

Answers (2)

blackjacx
blackjacx

Reputation: 10490

Nowadays you can use the modern App Store Connect API with full support for doenloading Sales and Finance reports:

https://developer.apple.com/documentation/appstoreconnectapi/sales_and_finance_reports

Upvotes: 0

KrauseFx
KrauseFx

Reputation: 11741

iTunes Connect actually features a JSON API which you can use to change/read almost anything. I collected various API endpoints on a git repo: https://github.com/fastlane/itc-api-docs

Upvotes: 6

Related Questions