ios - Apple Developer 应用程序门户可以不再生成新的 Bundle Seed ID

标签 ios

iOS 开发人员门户中的新界面不再为您的应用程序 ID 提供“生成新”按钮。取而代之的是“使用团队 ID”,这将导致使用相同的种子 ID。任何人都知道为什么要更改以及您应该如何使用新的 bundle 种子 ID?随便编一些?

最佳答案

无法再生成新的种子 ID。

参见:http://developer.apple.com/library/ios/#documentation/General/Conceptual/ApplicationDevelopmentOverview/ConfigureYourProject/ConfigureYourProject.html#//apple_ref/doc/uid/TP40011186-CH6-SW8

(...) An app ID is a string containing two parts, a bundle seed ID and a bundle ID search string, with a period (.) separating the two parts. Each part of an app ID has different and important uses for your app.

The bundle seed ID is a unique 10-character string generated by Apple. The bundle seed ID is what associates an app ID with a specific team. Apps that share the same bundle seed ID can also share keychain data, such as user names and passwords. Each development team is assigned a specific seed ID, known as the team ID. You should almost always use the team ID in any new apps you create; if you are doing Mac OS X development, using the team ID is your only option for the bundle seed ID, and it is provided automatically by the tools. # Note: If you have been already been developing apps for iOS, you may have previously created bundle seed IDs for apps you have already distributed. The ability to create new seed IDs has been removed from the tools, but you may use a previously created bundle seed ID instead of using your team ID. Do this only if you need the new app to share an existing app’s keychain data. Otherwise, use the team ID. (...)

关于ios - Apple Developer 应用程序门户可以不再生成新的 Bundle Seed ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7261294/

相关文章:

ios - 如何知道用户通过邀请链接从苹果商店安装应用程序

iphone - 为什么addSubview是: not retaining the view?

ios - 发送到实例的 UIBarButtonItem 无法识别的选择器

ios - 多次调用 arc4random 并获得相同的数组集

ios - 使用 XIB 的自定义 NSView/UIView 子类?

ios - 如何在 Swift 3 中正确使用 Amazon Cognito iOS SDK?

android/iphone点击调用html

ios - 条件绑定(bind)的初始化程序必须具有可选类型

ios - 如何连接来自 xib 中自定义类的委托(delegate)?

ios - 如何推送到标签栏中查看变量中的某些数据?