# Create Apple Bundle ID

1\. Access the "Certificates, Identifiers & Profiles" section of your Apple Developer account: <https://developer.apple.com/account/resources/certificates/list>.

2\. Go to the "Identifiers" page (located in the left sidebar): <https://developer.apple.com/account/resources/identifiers/list>.

![](https://3563768697-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MapxHzVskQ_27pNUTT4%2F-MidoWo6wXkj7eMfEMPN%2F-Miiki0sTqNCIvv4LTk-%2Fimage.png?alt=media\&token=54390d04-b05b-48ca-9cc3-fa1958ccfec5)

3\. Click the blue plus button to add a new Identifier.

![](https://3563768697-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MapxHzVskQ_27pNUTT4%2F-MidoWo6wXkj7eMfEMPN%2F-Miil6ac9EnGSokF1qqn%2Fimage.png?alt=media\&token=3bcb0e18-7376-40f6-9e45-6212e5547f0e)

4\. Choose "App IDs" and click "Continue" in the top right corner.

5\. Choose "App" and click "Continue" in the top right corner.

6\. Input the App ID description (this is for internal purposes only, it will not become public) (1), select "Explicit" in the Bundle ID section and input an ID (keep in mind that the recommended format is com.companyname.appname) (2).

![](https://3563768697-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MapxHzVskQ_27pNUTT4%2F-MidoWo6wXkj7eMfEMPN%2F-MiimW21DNjXWYmT8khu%2Fimage.png?alt=media\&token=940a9ed7-2f50-4d6b-9677-1b5ace197475)

7\. Choose the Capabilities and App Services that your app will require in the section below, click "Continue" in the top right corner.

8\. Access the "App" section in the App Store Connect: <https://appstoreconnect.apple.com/apps>.

9\. Click the blue plus button to create a new app, select "New App".

![](https://3563768697-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MapxHzVskQ_27pNUTT4%2F-MidoWo6wXkj7eMfEMPN%2F-MiinlCzELzW0s8B4JnZ%2Fimage.png?alt=media\&token=a33c3960-986b-4403-8abe-f61f2cfe66e8)

10\. Choose "iOS" as the platform (1), give your app a name (this will be the public name displayed in the App Store) (2), choose the app's primary language (3), select the Bundle ID you have created in the previous step (4), set the SKU (unique ID for your app, can be the same as the Bundle ID) (5), and select which users in your Apple Developer account will be able to see it in App Store Connect (6).

![](https://3563768697-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MapxHzVskQ_27pNUTT4%2F-MidoWo6wXkj7eMfEMPN%2F-MiioPM1sPRAlhNy3qJr%2Fimage.png?alt=media\&token=7416f046-72a7-4adb-9fde-fcc21c225bd9)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://appmaster.gitbook.io/docs/mobile-apps/publishing-a-mobile-app/publishing-to-app-store/create-apple-bundle-id.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
