在 iTunes Connect 中选择正确的捆绑 ID。

发布于 2024-12-13 04:46:02 字数 576 浏览 0 评论 0原文

我正准备向 App Store 提交应用程序,并发现了以下表格。过去,当我做错了这件事时,它给我带来了很多悲伤,而这次我想避免这种悲伤。

在此处输入图像描述

它给了我几个选项可供选择,但我不确定哪一个是正确的。我假设有一种方法可以检查我的 Xcode 项目以确保包 ID 匹配。更具体地说,我认为下面的表单将对应于我的包 ID 名称

在此处输入图像描述

如果调用我的应用程序AWESOMEAPP 选择的正确捆绑包应为 EricBrotto.AWESOMEAPPEricBrotto - *。事实上,我两者都没有选择。我所拥有的是 ericbrotto - *. 那我可以选择这个并将我的捆绑包标识符更改为 ericbrotto.${PRODUCT_NAME:rfc1034identifier} 吗?

任何澄清都会很棒!

I am preparing to submit an app to the App Store and have come across the following form. In the past when I have done this incorrectly it caused me a lot of grief which I would like to avoid this time around.

enter image description here

It is giving me a few options to choose from, but I'm not sure which one is correct. I would assume there is a way to check my Xcode project to be sure that the bundle IDs match. More specifically I would think that the form below would correspond to my bundle id name

enter image description here

where if my app is called AWESOMEAPP the correct bundle to choose should read EricBrotto.AWESOMEAPP or EricBrotto - *. In fact I don't have either as an option. What I do have is ericbrotto - *. That said could I just choose this one and change my Bundle identifier to ericbrotto.${PRODUCT_NAME:rfc1034identifier}?

Any clarification would be great!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

森罗 2024-12-20 04:46:02

我会去掉美元符号,并在所有配置门户、iTunes Connect 和 Xcode Target Build 设置中显式输入 com.ericbrotto.myawesomeapp。或者仅对配置文件使用通配符。

I would get rid of the dollar signs, and enter explicitly com.ericbrotto.myawesomeapp into all of the provisioning portal, iTunes Connect and the Xcode Target Build settings. Or use a wildcard just for the provisioning profile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文