# Create App ID

### How to create an App ID for your Enterprise app

1. Navigate to <https://developer.apple.com/account> and **login with your Apple developer account**.<br>
2. Open the **Identifiers page** and use the blue + button to **create a new App ID**.<br>

   <figure><img src="/files/iLuSNufwPKJXQ1J8BVGP" alt=""><figcaption><p>Apple Developer Portal - Identifiers</p></figcaption></figure>
3. **Select** the **App IDs** option and click **Continue**.<br>

   <figure><img src="/files/5Nl2FLoCxJNvxTyaC8E7" alt=""><figcaption><p>Apple Developer Portal - Register new identifier</p></figcaption></figure>
4. **Enter a Description** for your App ID. \
   \
   \&#xNAN;***Note:** The description is purely for your own reference and is not used outside of the Apple Developer Portal.*<br>
5. **Enter the Explicit Bundle ID** of your app.\
   \
   \&#xNAN;***Note:** You can obtain the Bundle ID from AppMachine by following steps 1-4 in* [*this article*](/share-your-app/apple-app-store/enterprise/setup-your-enterprise-app.md)*.* <br>

   <figure><img src="/files/1YXUUEiouBRdZ3mIavVM" alt=""><figcaption><p>Apple Developer Portal - Register App ID</p></figcaption></figure>
6. Scroll down the list of capabilities and **enable Push Notifications**. \
   \
   \&#xNAN;***Note:** Do not add any other capabilities. Capabilities need to be supported by the app's software. Enabling unsupported capabilities may cause issues during or after your app is published.*<br>

   <figure><img src="/files/QM0NYq0ft62RsphKSMBK" alt=""><figcaption><p>Apple Developer Portal - Enable Push Notifications capability</p></figcaption></figure>
7. Click **Continue** to proceed with your App ID registration.<br>
8. On the next page click **Continue** and proceed without providing Deployment Details.<br>

   <figure><img src="/files/798BfbG615sVCFGU4kzX" alt=""><figcaption><p>Apple Developer Portal - Deployment Details</p></figcaption></figure>
9. Check the settings of your App ID once more before finishing the process by clicking **Register**.<br>

   <figure><img src="/files/0bL29hVojZBGAIxJiIzh" alt=""><figcaption><p>Apple Developer Portal - Confirm App ID registration</p></figcaption></figure>


---

# 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://docs.appmachine.com/share-your-app/apple-app-store/enterprise/create-app-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.
