AppSales-Mobile icon indicating copy to clipboard operation
AppSales-Mobile copied to clipboard

Can not use for several days

Open itdaren opened this issue 7 years ago • 7 comments

The report can not be loaded to display.

itdaren avatar Jul 23 '17 07:07 itdaren

Same here. It looks like the app download the reports, but don't show them.

Morpheus2002 avatar Jul 23 '17 16:07 Morpheus2002

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,

dmorneault avatar Jul 23 '17 16:07 dmorneault

How do I get this AccessToken in iTunesConnect?

Morpheus2002 avatar Jul 26 '17 18:07 Morpheus2002

@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

taberrr avatar Jul 26 '17 20:07 taberrr

Got it! Thanks @taberrr

Do we have a permanent fix for this issue?

Morpheus2002 avatar Jul 26 '17 23:07 Morpheus2002

@Morpheus2002 I just submitted a PR for @omz - https://github.com/omz/AppSales-Mobile/pull/293

taberrr avatar Jul 28 '17 04:07 taberrr

A permanent fix for this issue is available in my fork of this repo at nicolasgomollon/AppSales-Mobile.

nicolasgomollon avatar Aug 09 '17 07:08 nicolasgomollon