Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Apple Account Management docs for new Enterprise Program API #2603

Merged
merged 6 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/ios/apple-account-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,18 @@ 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 +47,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.
Loading