What is the bundle seed id for an iOS app?
Asked Answered
G

2

6

In order to share keychain information between applications, we needed to setup a shared keychain access group. Before the sharing would work correctly, both apps needed to have provisioning based on the same bundle seed ID. I wants to know what is that seed id is it same as app id or different ?

Two share keychain information my both apps should be on the appstore. Because I just make an sample project to check sharing of keychain information. Is it possible to do that without publishing it to Appstore?

Note :- My bundle id is just "com.comapny_name.myapp" and in Itunes connect I am able to see only my app id - (10 digit number) and bundle id which is same as I mentioned above.

Ghostwrite answered 24/7, 2014 at 5:25 Comment(0)
R
4

According to AppYourself.net on this page,

Each App ID consists of a universally unique 10 character "Bundle Seed ID" prefix generated by Apple and a "Bundle Identifier" suffix that is entered by a Team Admin in the Provisioning Portal. The recommended practice is to use a reverse-domain name style string for the “Bundle Identifier” portion of the App ID. An example App ID would be: 8E549T7128.com.apple.AddressBook.

As such, the bundle seed ID is part of the app ID.

Hope this helps!

Rampant answered 26/8, 2014 at 17:18 Comment(1)
My bundle id is just "com.comapny_name.myapp" and in Itunes connect I am able to see only my app id and bundle id which is same as I mentioned above.Ghostwrite
G
0

When you try to add a new app. There is link there to create a new bundle Id. https://developer.apple.com/account/ios/identifiers/bundle/bundleCreate.action On this page

  App ID Prefix 

value is your bundle seed Id.

Ghostwrite answered 26/8, 2014 at 17:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.