如何删除由 Xcode 8.1 管理的包标识符?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/41490878/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How can I delete a bundle identifier managed by Xcode 8.1?
提问by remondo
I would like to move my Xcode project to a different Team/Developer Account and use the same App/Bundle ID. I have tried to create the App ID in Apple Developer Centre on the new Account however I get an error that the App ID is not available, which is to be expected.
我想将我的 Xcode 项目移动到不同的团队/开发人员帐户并使用相同的应用程序/捆绑包 ID。我尝试在 Apple Developer Center 中的新帐户上创建 App ID,但是我收到一条错误消息,指出 App ID 不可用,这是意料之中的。
My Xcode project has Automatically manage signing
ticked. I cannot see the Bundle Idenitifier of the project within the list of App IDs within the Developer Centre of the Account that the project is currently associated with. Where are Xcode managed App IDs stored and how do I delete one?
我的 Xcode 项目已经Automatically manage signing
打勾。我在项目当前关联的帐户的开发人员中心内的 App ID 列表中看不到项目的捆绑标识符。Xcode 管理的 App ID 存储在哪里?如何删除?
I have definitely managed to do this before Automatically managed signing was introduced, simply by deleting the App ID from the original iOS Developer Account and manually reregistering it on the new account.
在引入自动管理签名之前,我确实设法做到了这一点,只需从原始 iOS 开发者帐户中删除 App ID 并在新帐户上手动重新注册即可。
Edit: Just to be clear- the App has not been submitted to the App Store, it is still in the Development stage.
编辑:需要说明的是 - 该应用程序尚未提交到 App Store,仍处于开发阶段。
回答by Gulfam Khan
The only way I manage to do that is to contact the customer support (Apple Developer Program Support), after few days and few back and forth they finally deleted the bundle id from my Personal Team and I was able to add it to my Developer Program (Agent) profile. I know this is not ideal but at least if you really want to use the same Bundle ID it worked for me.
我设法做到这一点的唯一方法是联系客户支持(Apple 开发人员计划支持),经过几天和几次来回,他们终于从我的个人团队中删除了捆绑 ID,我能够将其添加到我的开发人员计划中(代理)简介。我知道这并不理想,但至少如果您真的想使用它对我有用的相同 Bundle ID。
RememberI accidentally registered my app ID into my non-paid apple account. That's why I had to contact customer support otherwise you can just delete it from developer portal
请记住,我不小心将我的应用 ID 注册到了我的非付费苹果帐户中。这就是我必须联系客户支持的原因,否则您可以从开发人员门户中删除它
回答by Jake
I am able to see all Xcode managed app ids in my developer account and am able to delete them from my account.
我能够在我的开发者帐户中看到所有 Xcode 管理的应用程序 ID,并且能够从我的帐户中删除它们。
- Go to https://developer.apple.com
- Click on Account at the top
- Sign In to your developer account
- Click on "Certificates, Identifiers, & Profiles"
Navigate to App IDs (under the Identifiers section on the left of the screen)
Find and click on the app id you want to delete. The app id will expand to show more information. (if the bundle id is
com.myapps.mytestapp
then the name in the developer portal will be "XC com myapps mytestapp")Tap on "Edit" at the bottom of the app id's section. You'll be navigated to a new page.
- 前往https://developer.apple.com
- 点击顶部的帐户
- 登录您的开发者帐户
- 单击“证书、标识符和配置文件”
导航到 App IDs(在屏幕左侧的 Identifiers 部分下)
找到并单击要删除的应用程序 ID。应用程序 ID 将展开以显示更多信息。(如果 bundle id 是
com.myapps.mytestapp
那么开发者门户中的名称将是“XC com myapps mytestapp”)点击应用 ID 部分底部的“编辑”。您将被导航到一个新页面。
- Tap "Delete" at the bottom of the page.
- 点击页面底部的“删除”。
- You'll be prompted to make sure you want to delete the app id. Hit "Delete" again and you're done.
- 系统会提示您确保要删除应用程序 ID。再次点击“删除”,你就完成了。