App identifier

How to create an app identifier?

An App ID or App Identifier identifies one or more applications in Apple’s ecosystem. It consists of two components listed below:

  • Team ID

  • Bundle ID search string

App Identifier is a mandatory requirement for generating an iPhone Provisioning Profile. Take a look at the following steps that will guide you to create an App Identifier (App ID).

  • Log in to your Apple developer account.

  • Click on Certificates, Identifiers & Profiles.

  • Select Identifiers from the side bar.

  • Click on + next to the Identifiers.

  • Select App IDs then click on Continue to proceed.

  • Select App & enter a description of the identifier.

  • Enter Bundle ID.

  • Select Associated Domains and AutoFill Credential Provider if KeyChain access is enabled in your iOS build.

  • Select Push Notifications & Sign in with Apple under the Register an App ID section.

  • Then, click on Continue to proceed.

  • Register to confirm the app identifier that you’ve created.

  • Your App Identifier has been created.

Last updated