Skip to content

Commit

Permalink
Updated Apple Account Management docs for new Enterprise Program API (#…
Browse files Browse the repository at this point in the history
…2603)

* Updated Apple Account Management docs for new Enterprise Program API

* Fixed broken link

* Minor edit.

---------

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>
  • Loading branch information
jstedfast and davidbritch authored Nov 12, 2024
1 parent 9d361f4 commit ec80faa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/ios/apple-account-management.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Apple account management"
description: "Learn how to use Apple account management features in Visual Studio."
ms.date: 08/27/2024
ms.date: 11/08/2024
---

# Apple account management
Expand All @@ -25,12 +25,19 @@ To add your Apple account to Visual Studio:

:::image type="content" source="media/apple-account-management/vs/add-account.png" alt-text="Add an Apple Developer Account to Visual Studio.":::

1. To add an enterprise account, in the **Enterprise Account...** dialog, enter your Apple ID and password, and click the **Login** button:
1. To add an enterprise account, in the **Enterprise Account...** dialog, enter your Enterprise Program API key data and click the **Add** button:

:::image type="content" source="media/apple-account-management/vs/enterprise-account.png" alt-text="Add an Enterprise Apple Developer Account to Visual Studio.":::

The **Name**, **Issuer ID**, and **Key ID** data can be found in [Apple Developer Accounts](https://developer.apple.com/account) by selecting **Users and Access** and then the **Integrations** tab. The **Private key** can also be downloaded from this location:

:::image type="content" source="media/apple-account-management/enterprise-details.png" alt-text="Screenshot of Apple Enterprise Program API details.":::

Provided that your account details are valid, your Apple Developer Account will be added to Visual Studio.

> [!NOTE]
> Only "Admin" keys will be able to register new Bundle IDs and generate new provisioning profiles. "Developer" keys will not be able to perform these tasks.
1. To add an individual account, in the **Individual Account...** dialog, enter your App Store Connect API key data and click the **Add** button:

:::image type="content" source="media/apple-account-management/vs/individual-account.png" alt-text="Add an Individual Apple Developer Account to Visual Studio.":::
Expand All @@ -41,6 +48,8 @@ To add your Apple account to Visual Studio:

Provided that your account details are valid, your Apple Developer Account will be added to Visual Studio.

Note: Only "Admin" keys will be able to register new Bundle IDs and generate new provisioning profiles. "Developer" keys will not be able to perform these tasks.

1. Once your account has been added successfully, you'll see your Apple ID and any teams that your Apple ID is part of:

:::image type="content" source="media/apple-account-management/vs/account.png" alt-text="Apple Developer Account added to Visual Studio.":::
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec80faa

Please sign in to comment.