Create an App ID

Create an Apple App ID

Apple's App ID is a two-part string, a Team ID and Bundle ID, which identifies one or more applications from a single development team.

Apple ID Types

Two types of IDs can be created:

  1. Explicit App ID: Used for a single application.
  2. Wildcard App ID: Used for a set of applications.

App ID Breakdown

  • Team ID: 123ABC456XYZ (The team ID is generated by Apple)
  • Bundle ID: com.companyname.appname
  • Complete App ID Example: 123ABC456XYZ.com.companyname.appname

Create an App ID

To create an App ID (if a suitable one does not yet exist):

  1. Log into developer.apple.com account.
  2. On the left panel, click, Identifiers.
  3. On the top right, click the blue + button.
  4. On the Register a New Identifier page, select App IDs and click Continue.
  5. On the Register an App ID page, fill in the following fields:
    1. Platform: Select iOS, tvOS, watchOS.
    2. Description: Description of the app.
    3. Bundle ID: Select Bundle ID or Wildcard. Enter Bundle ID:
      • Explicit ID: com.domainename.appname
      • Wildcard option: *
      • Wildcard option: com.companyname.*
    4. Under the Capabilities section, enable necessary capabilities and click Continue.
    5. To complete the registration, in the Confirm your App ID page, click Register.

    Tip: After the App ID is registered, changes cannot be made to that ID.

The newly created App ID will now be listed on the Apple Developer account under Identifiers > App IDs.