I am planning to build a service that automatically pulls Apple reports and stores them in my database.
I was able to successfully retrieve the APP_USAGE report from the Analytics API. It initially generated daily reports for a couple of days, but then the daily report generation stopped.
The weekly and monthly reports continue to generate normally.
I also checked the readReportRequest response, and the StoppedDueToInactivity field is returned as false.
And also, when I compared the monthly reports between the API and the web console, the data does not match.
Does anyone have a solution to this issue, or is there a recommended or updated approach for handling this?