How can I get list of all in-app user subscription data for an app on apple store

Is there a Apple store API that can list all the in-app subscriptions (active, expired, cancelled, charged-back etc) for an app?

I can see a developer API listed here - https://developer.apple.com/documentation/appstoreserverapi/get_transaction_history using which I can only retrieve data for a single user. I am not looking for purchases by a single user but as an finance admin I want a list of all subscription purchases (active, expired, cancelled, charged-back) for a time period range that I pass as input parameters so I can generate accrued/deferred revenue report for my company. Is there a way? Please assist.

  • Did you look into Sales and Finance reports? For financial reports: [1] and [2]. For Sales and Trends: [1] and [2].

Add a Comment