Report is unexpectedly not available. Try again later.

We fetch the daily sales data using the below command -

Cmd - java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport <vendor>, Sales, Summary, Monthly, 202406

Response: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Error> <Code>211</Code> <Message>Report is unexpectedly not available. Try again later.</Message> </Error>

We are getting this error from July 18th 2024

As an alternative, we tried the appstore connect api

API - https://api.appstoreconnect.apple.com/v1/salesReports?filter[frequency]=DAILY&filter[reportSubType]=SUMMARY&filter[reportType]=SALES&filter[vendorNumber]=<vendor>&filter[version]=1_0&filter[reportDate]=2024-07-18

Response - { "errors": [ { "status": "500", "code": "UNEXPECTED_ERROR", "title": "An unexpected error occurred.", "detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." } ] }

Can you please let us know when this will be resolved ?

Thanks Saranyan

Report is unexpectedly not available. Try again later.
 
 
Q