xcode 我是否必须注册新的 Bundle ID 才能将新应用程序上传到 iTune Connect?

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

Do I have to register a new Bundle ID to upload new application to iTune Connect?

iosxcodeapp-store-connectapp-idbundle-identifier

提问by user3786076

it is my very first time to upload an application to iTune Connect, and this one freaks me out: The selection of bundle id appears to be only one option: "Xcode iOS Wildcard App ID - *", and there is a line below: you can register a new bundle id. The question is, do I have to register a new bundle id? if not, what will be the bundle id suffix?

这是我第一次将应用程序上传到 iTune Connect,这让我很害怕:bundle id 的选择似乎只有一个选项:“Xcode iOS Wildcard App ID - *”,下面有一行:你可以注册一个新的bundle id。问题是,我必须注册一个新的 bundle id 吗?如果不是,bundle id 后缀是什么?

Thanks a lot!

非常感谢!

p.s. I like simple things so that is why I try to avoid register something either wrong format or easily forgotten.

ps 我喜欢简单的东西,所以这就是为什么我尽量避免注册格式错误或容易忘记的东西。

回答by Scimmia Alpha

You have to register a new bundle id in the apple developer center for your new app, in the "Certificates, identifiers and profile" section: https://developer.apple.com/membercenter/index.action

你必须在苹果开发者中心为你的新应用注册一个新的 bundle id,在“证书、标识符和配置文件”部分:https: //developer.apple.com/membercenter/index.action

Then log out from iTunes connect and re-log in to show the new bundle id available.

然后从 iTunes 连接注销并重新登录以显示可用的新捆绑包 ID。