What is a Bundle ID

In iOS development, a Bundle ID is a unique identifier for an app within the Apple ecosystem.
It is similar to an app’s ID card and is used to distinguish different apps. A Bundle ID can only correspond to a specific app.


1. Creating a New Bundle ID

Click Bundle ID to enter the management page.

Start Page

Click Add in the top-right corner to create a new Bundle ID.

Start Page


2. Modifying and Deleting a Bundle ID

In the Bundle ID list, click Settings to modify the name.
If the Bundle ID is no longer needed, you can choose Delete.

Start Page


3. Configuring Push Functionality

After creating a set of certificates and provisioning profiles, they need to be bound to the same Bundle ID.
After enabling the Bundle ID Push feature, you also need to configure Push Certificates in the Apple Developer Console.

Note:

  • Push Certificates are configured on the server side for sending notifications.
  • Regular certificates are used for app packaging and compilation.

Start Page