Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple App Loader/iTunes Connect Problem ("Apple ID does not have permission to access iTunes Connect")

Tags:

xcode

itunes

ios4

I recently signed up for apple's iOS dev program. The account is activated and ready. However when I try to upload an app, I go to iTunes connect, and it says:

"Apple ID does not have permission to access iTunes Connect."

and in app loader, it says:

Unable to find registered user with username "[email protected]" (1001)

What's wrong?

like image 477
ryan Avatar asked May 30 '11 01:05

ryan


1 Answers

I got the same error. It turned out that the username field supports more than 1 string and although it showed me only the correct username, there was the second hidden line. So, make sure your entered username has only 1 string.

like image 89
walker Avatar answered Nov 30 '22 15:11

walker