AppSales-Mobile
AppSales-Mobile copied to clipboard
Can not use for several days
The report can not be loaded to display.
Same here. It looks like the app download the reports, but don't show them.
This is a work-around. You need to create an AccessToken in iTunesConnect. Then comment out the userid and password lines in ReportDownloadOperation.m and add an access token line. Now enter your token in the password field in the app.
// @"userid" : escapedUsername, // @"password" : escapedPassword, @"accesstoken" : escapedPassword,
How do I get this AccessToken in iTunesConnect?
@Morpheus2002 it's super hidden. :( You have to go to Sales and Trends then click Sales and click Reports, or visit: https://reportingitc2.apple.com/reports.html
Got it! Thanks @taberrr
Do we have a permanent fix for this issue?
@Morpheus2002 I just submitted a PR for @omz - https://github.com/omz/AppSales-Mobile/pull/293
A permanent fix for this issue is available in my fork of this repo at nicolasgomollon/AppSales-Mobile.