Skip to content

Commit

Permalink
Added a few more steps for adding an Apple API Key for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Jan 27, 2025
1 parent 5c39a62 commit ae702f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/ios/apple-account-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ If you've enrolled in Apple's **AppStoreConnect Program**, you'll need to:
3. Select the **Integrations** tab.
4. Select the **Team Keys** tab.
5. Press the **+** button.
6. Enter a descriptive name in the **Name** field.
7. Enter **Admin** in the **Access** field.
8. Click **OK**.

> [!NOTE]
> Visual Studio currently only supports **Team Keys** and doesn't support **Individual Keys**.
Expand All @@ -46,6 +49,9 @@ If you've enrolled in Apple's **Enterprise Program**, you'll need to:
2. Select **Users and Access** located under the **Services** section.
3. Select the **Integrations** tab.
4. Press the **+** button.
5. Enter a descriptive name in the **Name** field.
6. Enter **Admin** in the **Access** field.
7. Click **OK**.

> [!NOTE]
> Only **Admin** keys will be able to register new Bundle IDs and generate new provisioning profiles. **Developer** keys won't be able to perform these tasks.
Expand Down

0 comments on commit ae702f5

Please sign in to comment.