-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not downloading Daily reports from MacAppStore #279
Comments
Reports since 5th November are not available. See iTC reports section for the notice. Reports for 5th were actually released but then removed. So if you have a 5th report you should delete it until Apple release a corrected one. |
Oh man, thank you. BTW, I've forked your repository, great job! |
👍🏼 |
@ddaddy stupid question: how do I redownload old reports in ITC? I don't see any option for that. Now, that reports between 26th Oct - 2nd Nov are corrected I would like to replace the wrong ones. |
You just delete the ones you have. Press and hold on a bar to delete. |
I think we'll also need to edit the file: ReportDownloadOperation.m and edit the line: You'll want to change the 14 to about 28-30 to make it look for the earlier dates. I haven't done this yet, but plan to try it later today. |
I'm not sure if that's different in my fork, but mine downloaded them no problem. |
@ddaddy yes, it is set to 30 in your fork. As I suspected, it did not work with 14, but changing it to 30 allowed me to re-download the new reports after deleting them. |
Thank you guys! It worked for AppSales. But still don't see the option for manual report download in ITC. |
In iTC it's slightly hidden. |
@ddaddy you are the best! 😊 |
ReportDownloadOperation.m,
-(void)main
After 5 November 2015 always prints the following error message:
AppSalesMobile[29627:925630] Daily reports are only available for past 365 days. Please enter a new date.
Before that date the app worked fine. I've checked out the query params
and the params seem to be correct.
The text was updated successfully, but these errors were encountered: