Skip to content
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

Reporter auth moving to tokens #29

Closed
jasondmichaelson opened this issue Jul 10, 2017 · 9 comments
Closed

Reporter auth moving to tokens #29

jasondmichaelson opened this issue Jul 10, 2017 · 9 comments

Comments

@jasondmichaelson
Copy link

You can now access Reporter by generating a unique access token instead of using your Apple ID
password. Starting in August 2017, you will no longer be able to sign in to Reporter with your
Apple ID password or app-specific passwords.
So looks like we have until August before we need to start logging into Reporter w/ generated tokens instead of our iTunes Connect password. :o

This is a duplicate of issue 291 in the omz repository.

@ddaddy
Copy link

ddaddy commented Jul 24, 2017

I've tried using a reporter Auth token instead of the App Specific token and it doesn't work. I'm guessing the parameter has a different name.

@Morpheus2002
Copy link

Can't download reports for a few days. According to the issue from main repo (omz#292 (comment)) we need to use ITC AccesToken.

@nicolasgomollon
Copy link
Owner

@Morpheus2002 Report downloads are working just fine over here. Please make sure you’re using the latest build 2.4 (669) from commit 3af6fa0.

@Morpheus2002
Copy link

@nicolasgomollon yes, I am on the latest version.

@dave256
Copy link

dave256 commented Jul 26, 2017

It's been working for me, but I expect it to stop soon as they will be requiring the access token method instead of username/password. I generated an access token by logging on to the iTunes Connect website using my computer but then AppSales would no longer download them using my password. I followed the instructions from the above linked omz#292 comment and changed the code to put "accesstoken" in the dictionary and then entered my generated access token in the password field in the app and it works.

@dave256
Copy link

dave256 commented Jul 26, 2017

See: dave256@b3c5332

@sirnacnud
Copy link

The app is definitely going to need to be updated to request an access token from the user instead of an user/password or app-specific password.

@nicolasgomollon
Copy link
Owner

@Morpheus2002 As noted in the Reporter User Guide, Once you generate an access token, you won't be able to log in to Reporter with your username and password., so you were most likely unable to download reports for this reason.

@nicolasgomollon
Copy link
Owner

Commit 52b21d4 takes care of this issue. The AccountiTunes Connect Login page has been updated to replace the App-Specific Password section with an Access Token section that allows you to either get an existing access token or generate a new one, as needed.

As noted in the commit message, although the Reporter API now uses an access token in place of a password, an actual iTunes Connect email address and password is still required in order to download Payments via the undocumented iTunes Connect JSON API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants