Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developer account tied to iTunes Connect - publish for another organization?

Edit:
On my organization,

I have an Apple ID I use to login to the developer center and iTunes connect. I've been added to another organization account as a developer, and I can make builds fine. When I try to publish the app, however, I get blocked because I don't have access to iTunes connect for the organization.

When I go to add myself to the new organization, I get this message:

"The email address you entered already belongs to an iTunes Connect account. To continue, enter a different email address."

However, any other email address I enter won't have my paid Apple Developer subscription, so I can only publish apps as [email protected].

How can I add a developer to iTunes Connect and the member center as part of an organization that can publish apps? Is the only solution to buy another developer membership for this specific organization, and every other organization I would need to publish for?

The question flagged as duplicate is not applicable, since I'm the primary account holder of the first iTunes Connect account. I see no way to change the legal/admin user of an iTunes Connect organization.

enter image description here

enter image description here

enter image description here

...and then I'm not part of the team.

like image 923
Stefan Kendall Avatar asked Nov 21 '22 07:11

Stefan Kendall


1 Answers

Original

Officially there is no solution for this as Apple does not offer a way to use multiple accounts. A hack for this is to use this format: [email protected]. Apple will recognize this email as [email protected] where you will receive your confirmation email from Apple to be registered as a new user.

When you login use: [email protected] alongside with your password.

References: iTunes connect will not let me add myself as a user

Update

When you face the error below, it is related to the confirmation of the Apple ID Account

Member Center agreement has already been accepted

Solution

  1. Head up to https://appleid.apple.com/, Sign In with the Credentials that you created on iTunes Connect and confirm the account
  2. Apple will send you an email at [email protected], click on the link and confirm it with [email protected] alongside your password
  3. Find on your [email protected] email the invitation that you got from Apple to join the team
  4. Logout from any account in Apple Developer
  5. Click on the link from the email
  6. Login with [email protected] under the link and confirm the Development Team invitation

Now you are on both iTunes Connect and Development Team and under Xcode -> Preferences -> Accounts you should see that [email protected]'s account is part of your company's team.

To force refresh remove the [email protected] account and re-add it again, and it should fetch the latest data.

like image 131
E-Riddie Avatar answered Dec 21 '22 06:12

E-Riddie