Search code examples
iosxcodeapp-id

How/Where to define an App ID Prefixes in Xcode?


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

How/where is "Bundle Seed ID" (App ID Prefix)" defined in Xcode?

Please provide the step in details.


Solution

  • 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!