如何让 iTunes Connect 识别新的 Bundle ID

How to get iTunes Connect to recognise a new Bundle ID

我无法让 iTunes Connect 识别新的 Bundle ID。在 iTunes Connect Developer Help page 上,在第 4 步中显示

Bundle ID shows two options: Choose and Xcode: iOS Wildcard AppID - *

这是我缺少的步骤。我发现无法输入应用程序包 ID ,如此处所示

在文本 window 下方,我单击了 在开发者门户网站上注册新的 Bundle ID 中的 link,这会创建新的证书。然后我 Build 用于 Generic iOS Device 并且当我尝试验证证书时收到此消息

iTunes Store operation failed. This bundle is invalid. The value for key CFBundleShortVersionString [1.0] in the Info.plist file must contain a higher version than that of the previously approved version [1.0].

显然它是无效的,因为我从未通过第 4 步来完成第一个应用程序记录的表单。我试过 logging out of iTunes Connect and logging in again 是的,证书在那里(突出显示)。表格无法识别它(是的,我试过另一个)。

还有其他人看过吗?

iTunes Store operation failed. This bundle is invalid. The value for key CFBundleShortVersionString [1.0] in the Info.plist file must contain a higher version than that of the previously approved version [1.0].

当我提交版本号为“1.0”的应用程序第二次构建时,我遇到了同样的问题。在下一个版本中,我忘记将版本号从“1.0”更改为“1.1”并收到此错误。

我将新版本更改为“1.1”并且提交有效。