ios 如何/在何处在 Xcode 中定义 App ID 前缀?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/32492119/
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 07:34:56  来源:igfitidea点击:

How/Where to define an App ID Prefixes in Xcode?

iosxcode

提问by Anson Tan

I am a beginner of iOS developer, I am trying to define "Bundle Seed ID" (App ID Prefix) for my App.

我是 iOS 开发人员的初学者,我正在尝试为我的应用定义“Bundle Seed ID”(应用 ID 前缀)。

How/Where to define "Bundle Seed ID" (App ID Prefix)" in Xcode?

如何/在哪里定义“捆绑种子 ID”(应用 ID 前缀)”在 Xcode 中?

Please provide the step in details.

请提供详细的步骤。

采纳答案by Charlene Chang

I thought App ID should be defined in Member Center.

我认为应该在会员中心定义 App ID。

Here's the link to create a new App ID https://developer.apple.com/account/ios/identifiers/bundle/bundleCreate.action

这是创建新 App ID 的链接https://developer.apple.com/account/ios/identifiers/bundle/bundleCreate.action

In this page, you can see "App ID Prefix", that is associated with your team.

在此页面中,您可以看到与您的团队相关联的“App ID Prefix”。

Hope this helps!

希望这可以帮助!

回答by Cedriga

Here is the link
https://developer.apple.com/account/#/membership/

这是链接
https://developer.apple.com/account/#/membership/

Your App ID Prefixis the same as your Team ID.

您的App ID Prefix与您的Team ID相同。

You can also use this link to see it directly:
https://developer.apple.com/account/ios/identifier/bundle

也可以直接使用这个链接查看:https:
//developer.apple.com/account/ios/identifier/bundle

enter image description here

在此处输入图片说明

回答by Anup Gupta

Here is the link https://developer.apple.com/account/#/membership/

这是链接 https://developer.apple.com/account/#/membership/

Your App IDPrefix is the same as your Team ID.

您的App IDPrefix 与您的Team ID相同。

enter image description here

在此处输入图片说明

回答by user2096580

For Apps created after 2011 your App ID Prefix is your Team ID. However, for apps created during 2011 or before, it is possible to have different App ID Prefixes. To get a definitive answer go to https://developer.apple.com/account/ios/identifier/bundle, click on your App ID and under Name you will see "Prefix" which will show the actual value of your App ID Prefix, whether it is the same as your Team ID or not.

对于 2011 年之后创建的应用程序,您的应用程序 ID 前缀是您的团队 ID。但是,对于 2011 年或之前创建的应用程序,可能会有不同的应用程序 ID 前缀。要获得明确的答案,请访问https://developer.apple.com/account/ios/identifier/bundle,单击您的 App ID,然后在名称下您将看到“前缀”,它将显示您的 App ID 前缀的实际值, 是否与您的 Team ID 相同。

Be sure to check this before setting up associated domains for universal linking, shared web credentials, handoff, etc.

在为通用链接、共享 Web 凭据、切换等设置关联域之前,请务必检查这一点。