# Apple Add Identifiers to an Account

### <mark style="color:blue;">Add Identifiers to your Apple Developer Account</mark> <a href="#hsaf0145hi0d" id="hsaf0145hi0d"></a>

1. Sign in to your [Apple Developer Account.](https://developer.apple.com/)
2. Select Certificates, Identifiers & Profiles.<br>

   <figure><img src="/files/EY16nZsLtBAYxQxhX0bu" alt=""><figcaption></figcaption></figure>
3. In the side menu, select Identifiers.
4. Click the Identifiers Add (+) button.<br>

   <figure><img src="/files/7yPzPWT0SfFxmxP15SlZ" alt=""><figcaption></figcaption></figure>
5. Go to shelfy.io > Version Manager.
6. Copy the bundle ID string.<br>

   <figure><img src="/files/6UoiLPstqSka4XLabOwz" alt=""><figcaption></figcaption></figure>
7. In Apple Developer, select the App IDs option, and click Continue.<br>

   <figure><img src="/files/kA1zHQ4Q1MJ5qbxRhHLf" alt=""><figcaption></figcaption></figure>
8. When prompted to select a type, select App, and click Continue.
9. Enter a name for the app ID under Description. This name is for your own use to identify the app ID.
10. Select the Bundle ID Explicit option, and paste the bundle ID string into the field.<br>

    <figure><img src="/files/xN30c4JGJn0xoAVrJtUw" alt=""><figcaption></figcaption></figure>
11. Click Continue.
12. Select the following options:
    1. Access WiFi Information
    2. Push Notifications
    3. Sign In with Apple<br>

       <figure><img src="/files/wYHK5HbdSXZDINwKZwjx" alt=""><figcaption></figcaption></figure>
13. Click Continue.
14. Click Register.\
    After the registration process has been completed, the app appears in the list of Identifiers.

### <mark style="color:red;">Add a New App</mark> <a href="#id-5i66wgbl5s2o" id="id-5i66wgbl5s2o"></a>

1. Login to the [App Store Connect](https://appstoreconnect.apple.com/apps), and go to Apps.
2. Click the Apps Add (+) button, and select New App.

<figure><img src="/files/VZo09x5r7ipXsaRbBJ8L" alt=""><figcaption></figcaption></figure>

1. Select new app

<figure><img src="/files/WiioTSjnKuCWosFk2xw3" alt=""><figcaption></figcaption></figure>

1. Complete the New App form:

   * Platform: Select the iOS platform option
   * Name: Enter the name of your app
   * Primary Language: Select English US only or Hebrew
   * Bundle ID: Select the bundleID you previously created perviously&#x20;
   * SKU: Use any unique string you want
   * User Access: Select the Full Access option.\
     The form is loaded and the app appears under iOS App.

<figure><img src="/files/w7jlRB5zJxbq6xbpI0P8" alt=""><figcaption></figcaption></figure>

In some cases you will be requested to enter your company name - Make sure to enter the company name with it's proper legal identifier name

<figure><img src="/files/ftw4ahTmgI3tOvAxBaFi" alt=""><figcaption></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://shelfy.gitbook.io/welcome-to-shelfy/apple-add-identifiers-to-an-account.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.
