Create Your Apple Bundle ID
Last updated
Last updated
Go to developer.apple.com
Click on 'Account' on the top right (and log into your account)
Click on Certificates, Identifiers & Profiles Certificates
Click on identifiers in the left menu
Click the blue + button next to the Identifiers header to create a new id
Register an App ID
Click continue
Add your description (this is just for internal purposes)
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)
Inside of the Capabilities section, scroll down and select ‘Push Notifications’ if you have enabled push notification.
Then register it
This is required only if you want to support Push Notification in your app.
Click the blue + button next to the Identifiers header to create a new id
Register an App ID
Click continue
Add your description (this is just for internal purposes)
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
Inside of the Capabilities section, scroll down and select Push Notifications and Associated Domains.
Then register it
Go back to appstoreconnect.apple.com
Then go back my apps and click the + button
Click new ios app
Give it the name you want to show up in the app store listing
Choose the bundle id that you made for this app from the step above
Make the SKU the same as the bundle id