omz / AppSales-Mobile

App Sales allows iPhone and Mac App Store developers to download and analyze their daily and weekly sales reports from iTunes Connect.
http://omz-software.com
1.89k stars 407 forks source link

Can not use for several days #292

Open itdaren opened 7 years ago

itdaren commented 7 years ago

The report can not be loaded to display.

Morpheus2002 commented 7 years ago

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

dmorneault commented 7 years ago

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,

Morpheus2002 commented 7 years ago

How do I get this AccessToken in iTunesConnect?

taberrr commented 7 years ago

@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

Morpheus2002 commented 7 years ago

Got it! Thanks @taberrr

Do we have a permanent fix for this issue?

taberrr commented 7 years ago

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

nicolasgomollon commented 7 years ago

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