我有一个简单的问题。我的开发者帐户附加到许多不同的“团队”;我有各种客户,每个客户都有自己的Apple开发人员帐户,所以他们将我加入他们的团队。正常运行很好 - 当我登录Apple开发人员中心时,我可以选择我登录的是哪个团队。
我今天发现的问题是Application Loader应用程序(用于将应用程序上传到iTunes Connect进行审核)似乎不支持团队概念;
要清楚,问题不在于我不知道如何使用具有多个Apple ID的Application Loader(这是一个常见问题)。问题是如何将Application Loader与附加到多个Developer帐户的单个Apple ID一起使用。
非常感谢任何帮助/建议。
答案 0 :(得分:2)
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
答案 1 :(得分:0)
尝试在Build and Archive应用程序之后使用管理器,而不是使用Application loader。当您构建和存档时,它将打开组织者,您将能够上传应用程序。我没有遇到这个问题,但我认为它应该有效。你可以尝试一次吗? (窗口 - >管理器)