且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法更改iTunes Connect中的捆绑包ID?

更新时间:2023-12-03 20:53:04

Per https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Appendices/Properties.html, the Bundle ID "can’t be edited after the app is approved."

因此,如果您的应用先前已获得批准,则无法更改您的Bundle ID.但是,如果您的应用从未获得批准,那么您应该可以更改您的Bundle ID.

So, if you have app has previously been approved, then you can't change your Bundle ID. But, if your app has NEVER been approved, then you should be able to change your Bundle ID.

我认为您的问题是您的应用当前正在App Store审核过程中.我将单击二进制详细信息",然后单击右上方的拒绝此二进制文件".这会将您的应用从App Store审核过程中删除(状态将为开发者已拒绝"),您现在应该可以编辑您的Bundle ID,然后重新提交以进行审核.

I think your issue is that your app is currently in the App Store review process. I would click on "Binary Details" and then click "Reject this Binary" at the top right. This will remove your app from the App Store review process (status will be "Developer Rejected")and you should now be able to edit your Bundle ID and then resubmit for review.

但是,我假设您的应用以前从未获得批准.如果之前已获得批准,我认为您需要创建一个全新的应用程序.

However, I am assuming your app has never been previously approved. If it has been approved before, I think you need to create an entirely new app.

希望这会有所帮助!