App Store: Create a Bundle Identifier

How to create a new Bundle Identifier in the Apple Developer portal so you can select it in the Application Platform.

On this page

In the Application Platform you pick the Bundle Identifier for iOS and macOS from the identifiers on your App Store account. Create new identifiers in the Apple Developer portal.

Prerequisites

Create a Bundle Identifier

  1. Open developer.apple.com/account and go to Certificates, Identifiers & ProfilesIdentifiers.
  2. Click +, choose App IDs, and continue.
  3. Select type App and enter a description.
  4. Enter the Bundle ID (reverse DNS, e.g. com.example.app). Use separate identifiers for iOS and macOS when needed.
  5. Enable the required capabilities and save.

After saving, the identifier appears in the platform dropdown once you select the matching App Store account (re-open the dialog or briefly switch the account if needed).

Tips

  • Keep Bundle IDs stable per app (and platform) — changing them later is difficult.
  • The API key needs permission to read identifiers and apps; otherwise the list stays empty.