39

I am a beginner of iOS developer, I am trying to define "Bundle Seed ID" (App ID Prefix) for my App.

How/Where to define "Bundle Seed ID" (App ID Prefix)" in Xcode?

Please provide the step in details.

Honey
  • 24,125
  • 14
  • 123
  • 212
Anson Tan
  • 1,026
  • 1
  • 9
  • 28

4 Answers4

90

Here is the link
https://developer.apple.com/account/#/membership/

Your App ID Prefix is the same as your Team ID.

You can also use this link to see it directly:
https://developer.apple.com/account/ios/identifier/bundle

enter image description here

Cedriga
  • 3,074
  • 1
  • 23
  • 19
28

I thought App ID should be defined in Member Center.

Here's the link to create a new App ID https://developer.apple.com/account/ios/identifiers/bundle/bundleCreate.action

In this page, you can see "App ID Prefix", that is associated with your team.

Hope this helps!

Charlene Chang
  • 399
  • 3
  • 6
16

Here is the link https://developer.apple.com/account/#/membership/

Your App ID Prefix is the same as your Team ID.

enter image description here

Anup Gupta
  • 1,556
  • 2
  • 22
  • 37
8

For Apps created after 2011 your App ID Prefix is your Team ID. However, for apps created during 2011 or before, it is possible to have different App ID Prefixes. To get a definitive answer go to https://developer.apple.com/account/ios/identifier/bundle, click on your App ID and under Name you will see "Prefix" which will show the actual value of your App ID Prefix, whether it is the same as your Team ID or not.

Be sure to check this before setting up associated domains for universal linking, shared web credentials, handoff, etc.

user2096580
  • 373
  • 1
  • 4
  • 9