# Create Your Apple Bundle ID

{% embed url="<https://youtu.be/muaWBbO_r8g>" %}

## Open Apple Developer Account

1. Go to [developer.apple.com](http://developer.apple.com/)
2. Click on 'Account' on the top right (and log into your account)
3. Click on **Certificates, Identifiers & Profiles** Certificates
4. Click on **identifiers** in the left menu

## Create App Bundle ID

1. Click the blue **+** button next to the Identifiers header to create a new id
2. Register an App ID
3. Click continue
4. Add your description (this is just for internal purposes)
5. Add your bundle id (make sure explicit is checked) and make the name is in the correct format which is:  com.appname.ios (where appname is the name of your app like: com.instagram.ios)
6. Inside of the Capabilities section, scroll down and select ‘Push Notifications’ if you have enabled push notification.
7. Then register it

## Create Notification Service Bundle ID

{% hint style="info" %}
This is required only if you want to support Push Notification in your app.
{% endhint %}

1. Click the blue **+** button next to the Identifiers header to create a new id
2. Register an App ID
3. Click continue
4. Add your description (this is just for internal purposes)
5. Add your bundle id (make sure explicit is checked). You need to create a bundle ID by adding `NotificationService`  word in the app bundle ID you have created in the previous step. For example, if your app bundle ID is `com.instagram.ios`  then your notification service bundle ID must be `com.instagram.ios.NotificationService`
6. Inside of the Capabilities section, scroll down and select **Push Notifications** and **Associated Domains.**
7. Then register it

## Create App on AppStoreConnect

1. Go back to [appstoreconnect.apple.com](https://appstoreconnect.apple.com/)
2. Then go back **my apps** and click the **+** button
3. Click **new ios app**
4. Give it the name you want to show up in the app store listing
5. Choose the bundle id that you made for this app from the step above
6. Make the SKU the same as the bundle id
