Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application Loader support for Apple ID in multiple teams

Tags:

ios

iphone

I have a simple problem. My developer account is attached to a number of different 'teams'; I have various clients who each have their own Apple Developer account and so they add me to their team. Normal operation is fine - when I login to the Apple Developer Centre, I get to choose which team I'm logging in to.

The problem I've uncovered today is that the Application Loader application (which is what is used to upload an app to iTunes Connect for review) doesn't seem to support the team concept;

  • My client has created his app under his account and the app is now in 'waiting to upload' state (he sent me a screenshot, so I'm sure of this)
  • Yet when I run the application loader, I see 'no eligible applications found'

To be clear, the problem is not that I don't know how to use Application Loader with multiple Apple IDs (which is a common question). The problem is how to use Application Loader with a single Apple ID that is attached to multiple Developer accounts.

Any help/ suggestions would be greatly appreciated.

like image 224
Gehan Avatar asked Dec 12 '25 22:12

Gehan


1 Answers

Currently, Application Loader already support multiple teams, but I still run into the same issue today. That's because the version of Application Loader provided on iTunes connect is 3.0, which don't support multiple teams.

I am not sure what's the lowest version which supports multiple team login, but I've test it on version 3.4, and it works.

You can find the latest Application Loader in Xcode:

Xcode -> Open Developer Tool -> Application Loader Find application loader in xcode

And now you should be able to login with you account which attached to multiple teams. Let's check the version of Application Loader. Version of Application Loader

To change your developer team, click the team selector button on left top. Select your team

The key point is to open Application Loader with Xcode, do not use the one download from iTunesconnect.

Hope this answer is help to people who experience the same issue.

Hubert

like image 110
Hubert Wang Avatar answered Dec 14 '25 11:12

Hubert Wang