Is there an identifier that is returned to the app when a user makes an in-app purchase that we can match with the Subscription Report or Sales Event Report in Apple App Store Connect?
Post
Replies
Boosts
Views
Activity
We started using the App Store Connect API to pull sales and proceeds data using the Web Service Endpoint api.appstoreconnect.apple.com/v1/salesReportsThe issue we are having is that the "dollar" amount in Developer Proceeds and Customer Price columns are in the native currency and we need the total sales and proceeds in United States Dollars(USD). How do you convert the sales and proceeds that are returned in this request to United States Dollars(USD)?Thanks,Chris