ios 如何找到我的 Apple Developer Team ID 和 Team Agent Apple ID?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18727894/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 01:03:55  来源:igfitidea点击:

How can I find my Apple Developer Team id and Team Agent Apple ID?

ios

提问by SirRupertIII

I am trying to transfer an app. I am having troubles finding my team agent apple id and my team id. I have found it before and I have searched for 30 min without any luck now that i need it.

我正在尝试转移应用程序。我在查找我的团队代理 Apple ID 和我的团队 ID 时遇到了麻烦。我以前找到过它,现在我需要它,但我已经搜索了 30 分钟但没有任何运气。

The person trying to transfer the app to me gets to view in this image and I don't know where to find this info.

试图将应用程序传输给我的人可以在此图像中查看,但我不知道在哪里可以找到此信息。

The person trying to transfer the app to me gets to this view and I don't know where to find this info.

试图将应用程序传输给我的人会进入此视图,但我不知道在哪里可以找到此信息。

回答by Grzegorz Krukowski

You can find your team id here:

您可以在此处找到您的团队 ID:

https://developer.apple.com/account/#/membership

https://developer.apple.com/account/#/membership

This will get you to your Membership Details, just scroll down to Team ID

这将使您进入您的会员详细信息,只需向下滚动到团队 ID

回答by Brad Linard

If you're on OSX you can also find it your keychain. Your developer and distribution certificates have your Team ID in them.

如果您使用的是 OSX,您还可以在您的钥匙串中找到它。您的开发人员和分发证书中包含您的团队 ID。

Applications -> Utilities -> Keychain Access.

应用程序 -> 实用工具 -> 钥匙串访问。

Under the 'login' Keychain, go into the 'Certificates' category.

在“登录”钥匙串下,进入“证书”类别。

Scroll to find your development or distribution certificate. They will read:

滚动查找您的开发或分发证书。他们会读到:

iPhone Distribution: Team Name(certificate id)

iPhone 分发:团队名称证书 ID

or

或者

iPhone Developer: Team Name(certificate id)

iPhone 开发者:团队名称证书 ID

Simply double-clickon the item, and the

只需双击该项目,然后

"Organizational Unit"

“组织单元”

is the "Team ID"

是“团队 ID”

enter image description here

在此处输入图片说明

Note that this is the only way to find your

请注意,这是找到您的唯一方法

"Personal team" ID

“个人团队”ID

You can not find the "Personal team" ID on the Apple web interface.

您在 Apple Web 界面上找不到“个人团队”ID。

For example, if you are automating a build from say Unity, during development you'll want it to appear in Xcode as your "Personal team" - this is the only way to get that value.

例如,如果您从 Unity 自动化构建,则在开发过程中,您会希望它在 Xcode 中显示为您的“个人团队”——这是获得该价值的唯一方法。

回答by pshah

回答by Churix

Apple has changed the interface.

苹果改变了界面。

The team ID could be found via this link: https://developer.apple.com/account/#/membership

可以通过以下链接找到团队 ID:https: //developer.apple.com/account/#/membership

回答by u12381645

For personal team:

对于个人团队:

vi ~/project.pbxproj

search DEVELOPMENT_TEAMand you will see :

搜索DEVELOPMENT_TEAM,你会看到:

DEVELOPMENT_TEAM = ZU88ND8437;

That's it.

就是这样。

回答by Masashi Kajimoto

There are ways you can check even if you are not a paid user. You can confirm TeamID from Xcode. [Build setting] Displayed on tooltip of development team.

即使您不是付费用户,也可以通过多种方式进行检查。您可以从 Xcode 确认 TeamID。[构建设置] 显示在开发团队的工具提示上。