ios – Apple Developer应用程序门户可以更长时间地生成新的Bundle种子ID

前端之家收集整理的这篇文章主要介绍了ios – Apple Developer应用程序门户可以更长时间地生成新的Bundle种子ID前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
iOS开发人员门户网站中的新界面不再具有您的应用程序ID的“生成新建”按钮.它的位置是“使用团队ID”,这将导致使用相同的种子ID.任何人都有任何想法为什么这个变化和你应该做什么来使用一个新的捆绑种子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. (…)

原文链接:https://www.f2er.com/iOS/337382.html

猜你在找的iOS相关文章