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; however, while it initially generated daily reports for a couple of days, the daily report generation subsequently stopped.
The weekly and monthly reports are generated 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?