From 91510a99cc7d08bb3eb3f40346a81edb95dad72d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 15 Jan 2025 10:24:42 -0500 Subject: [PATCH] Apply suggestions from code review more suggested changes Co-authored-by: David Britch --- docs/ios/apple-account-management.md | 30 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/ios/apple-account-management.md b/docs/ios/apple-account-management.md index 8dbd73e28..0fc5f9a5d 100644 --- a/docs/ios/apple-account-management.md +++ b/docs/ios/apple-account-management.md @@ -23,32 +23,32 @@ Before you can add an Apple Developer Account to Visual Studio, you'll need to g ### Generating an AppStoreConnect API Key -If you have enrolled in Apple's **AppStoreConnect Program**, you will need to: +If you've enrolled in Apple's **AppStoreConnect Program**, you'll need to: -1. Sign-in to your [Apple Developer Account](https://appstoreconnect.apple.com) -2. Select **Users and Access** -3. Select the **Integrations** tab -4. Select the **Team Keys** tab -5. Click the **+** button +1. Sign-in to your [Apple Developer Account](https://appstoreconnect.apple.com). +2. Select **Users and Access**. +3. Select the **Integrations** tab. +4. Select the **Team Keys** tab. +5. Press the **+** button. > [!NOTE] -> Visual Studio currently only supports **Team Keys** and does not support **Individual Keys**. +> Visual Studio currently only supports **Team Keys** and doesn't support **Individual Keys**. > -> 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. +> 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. > > For more information about Apple's AppStoreConnect API, visit Apple's [AppStoreConnect API documentation](https://developer.apple.com/documentation/appstoreconnectapi). ### Generating an Enterprise API Key -If you have enrolled in Apple's **Enterprise Program**, you will need to: +If you've enrolled in Apple's **Enterprise Program**, you'll need to: -1. Sign-in to your [Apple Developer Account](https://developer.apple.com/account) -2. Select **Users and Access** located under the **Services** section -3. Select the **Integrations** tab -4. Click the **+** button +1. Sign-in to your [Apple Developer Account](https://developer.apple.com/account). +2. Select **Users and Access** located under the **Services** section. +3. Select the **Integrations** tab. +4. Press the **+** button. > [!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. +> 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. > > For more information about how to generate an Enterprise API Key, visit Apple's [Enterprise Program API documentation](https://developer.apple.com/documentation/enterpriseprogramapi). @@ -60,7 +60,7 @@ 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. Provide a descriptive **Name** for your API Key and copy the **Issuer ID** and **Key ID** values from Apple's website into the appropriate text boxes. If you haven't already done so, download the **Private Key** from Apple's website to a safe location and then use the **Browse...** button to select the location of the downloaded private key file. +1. Provide a descriptive **Name** for your API Key and copy the **Issuer ID** and **Key ID** values from Apple's website into the appropriate text boxes. If you haven't already done so, download the **Private Key** from Apple's website to a safe location and then use the **Browse...** button to select the location of the downloaded private key file: :::image type="content" source="media/apple-account-management/vs/api-key-dialog.png" alt-text="Enter your API Key information.":::