Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

iTunes connect activation email not working

I get the email to activate my iTunes account but when I click the activation link, it brings me to a blank page.


How do I activate my iTunes Connect account?

Posted on Oct 11, 2015 8:39 PM

Reply
9 replies

Oct 14, 2015 12:53 PM in response to rraquedan

The problem seems to be that a script in the page is referring to a non-public hostname idmsauth-stable.corp.apple.com. I was able to workaround this issue by manually modifying the script in Chrome Developer Tools and re-executing the code in the Developer Console.

1) Open the activation URL in Chrome

2) Open Chrome Developer Tools (Cmd-Alt-I on OS X, Ctrl-Shift-I on Windows)

3) Go to the Sources tab

4) Find main.js (itunesconnect.apple.com/itc/static-resources/main.js)

5) Modify line 20 to replace "idmsauth-stable.corp.apple.com" with "idmsa.apple.com"

6) Select the contents of the main.js file and copy to the clipboard

7) Paste into the console (you may need to tap the ">_" button to make it visible)

8) Press "Enter"

You should now see the expected iTunes Connect spinner appear and eventually you'll see a Terms and Conditions window.

Credit by apboyle from apple forums

Source: http://stackoverflow.com/a/33094253/584548

iTunes connect activation email not working

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.