注册一个 App ID

Register an App ID

我正在尝试在 AppStore 上发布我的第一个应用程序。为此,我正在尝试将 iOS App ID 添加到我的标识符中。我的问题是我总是收到以下错误消息:

There were errors in the data supplied. Please correct and re-submit.

An App ID with Identifier 'com.myTeam.myApp' is not available. Please enter a different string.

我在 Xcode 中验证了 App ID 是否与我的包 ID 匹配,确实如此。

我该如何解决这个问题?

此警告可能意味着您尝试提交的捆绑包 ID 已被其他人保护。 bundle ID 对于整个 AppStore 是全局的。 尝试使用不同的包 ID,如果可以的话,只需在项目设置中指定即可。