我正在尝试添加一个新的应用程序ID,以准备应用程序商店提交,并在我提供的捆绑包ID下得到以下错误。

标识符为“com.domainName”的应用ID。AppName'不可用。请输入另一个字符串。

这是什么意思?我正在尝试添加一个全新的应用程序ID,当然它不存在。

我错过了什么?我不记得上次创建App ID时遇到过这个问题。


当前回答

我也有同样的问题。

在我的情况下,我已经注册了我的免费帐户。我们不能从我们的免费帐户中删除应用程序捆绑id。

所以我改变了捆绑id而不是应用程序名称,我再次尝试了它的工作。

其他回答

我也有同样的问题。

在我的情况下,我已经注册了我的免费帐户。我们不能从我们的免费帐户中删除应用程序捆绑id。

所以我改变了捆绑id而不是应用程序名称,我再次尝试了它的工作。

我在提交过程中遇到了同样的问题,并通过选择Appstore提供而不是AdHoc解决了这个问题。简单! !

希望这能有所帮助。祝一切顺利:)

我使用的是Xcode 12.4。我一直面临这个问题与免费帐户。现在我将Bundle Id添加到我的付费帐户中。通过了以上答案,但运气不佳。

以下步骤解决了我的问题。你可以试一次。谢谢

到目前为止我意识到的实际场景:

最主要的是当你用Xcode构建时,Bundle Id自动注册到帐户[免费帐户] 相同的捆绑Id是不工作的新的付费帐户,因为复式 对于免费帐户,不可能从app Store Connect中删除应用程序/捆绑Id 所以必须改变捆绑Id为新的付费帐户。 如果它是付费帐户,那么可以从App Store Connect中删除Bundle Id

步骤:

Sign with free account again on Xcode Team Sync with Xcode which create provisioning profile to sync Then change Bundle Id to com.domain.appnamefree and sync with free account again That means apple auto registered with this Bundle Id for this free account Once this change got applied, the real bundle id became free and available Then delete the free account from Xcode account Now add paid account to Xcode Team Change Bundle Id to com.domain.appname And sync again so that apple recognised this Bundle Id for this Paid account

Xcode 7.3的解决方案。

Member Center -> Certificates, Identifiers & Profiles -> Provisioning Profiles -> All

会员中心:https://developer.apple.com/membercenter

为你的应用ID找到证书,它应该是无效的,编辑,选择你的iOS分发证书,生成。至:

Xcode -> Preferences -> Accounts -> View Details -> Download all

当我使用Xcode7.3时,我也遇到了同样的问题。我解决了这个问题:我创建了一个新的配置文件,选择Ad Hoc,然后下载到Xcode。没关系!