简体   繁体   English

创建应用程序ID期间捆绑种子ID的重要性? (Apple Provisioning Portal)

[英]importance of Bundle Seed ID during Create App ID? (Apple Provisioning Portal)

I am unsure about the importance of the Bundle Seed ID when creating a new App ID in the Apple Provisioning portal. 在Apple Provisioning门户中创建新的App ID时,我不确定Bundle Seed ID的重要性。

What should I consider when selecting a Seed ID? 选择种子ID时应该考虑什么?

When do I need to use an existing Seed ID? 我什么时候需要使用现有种子ID?

On the iOS provisioning portal I found when creating a new app id you can select an existing Bundle Seed ID for your new app. 在iOS配置门户网站上,我发现在创建新的应用程序ID时,您可以为新应用程序选择现有的Bundle Seed ID。 I'm wondering if we should use the same AppID prefix between the free and paid versions and if so, why? 我想知道我们是否应该在免费和付费版本之间使用相同的AppID前缀,如果是,为什么? I'd like to know the advantages and disadvantages. 我想知道优点和缺点。

Thanks in advance... 提前致谢...

Example App ID: ABCDE12345.com.foocompany.* 示例应用程序ID:ABCDE12345.com.foocompany。*

ABCDE12345 is the Bundle Seed ID (generated by Apple). ABCDE12345是Bundle Seed ID(由Apple生成)。

com.foocompany.* is the Bundle Identifier of the App ID and the Bundle Identifier in your Xcode project must start with 'com.foocompany.' com.foocompany。*是App ID的Bundle Identifier,Xcode项目中的Bundle Identifier必须以'com.foocompany'开头。 and the asterisk can be replaced with a string of your choosing, 并且可以用您选择的字符串替换星号,

So, for your answer: The Bundle Seed ID is generated by Apple, so you don't have to worry about that. 因此,对于您的答案:Bundle Seed ID由Apple生成,因此您不必担心。 It gets created automatically. 它会自动创建。

Take a look on information about Wildcard app ID's. 查看有关通配符应用程序ID的信息。 It makes it possible to get more apps on the same license! 它可以在同一个许可证上获得更多应用程序!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM