From cf11cc3e2ccbd0f7046027596a41313e4bba7aa2 Mon Sep 17 00:00:00 2001 From: IngiRodr <30906988+IngiRodr@users.noreply.github.com> Date: Thu, 24 Oct 2019 16:03:52 -0500 Subject: [PATCH] merging Sidekick and NS docs --- .../create-distribution-provisioning.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-distribution-provisioning.md b/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-distribution-provisioning.md index f2ccab493..e4c29459c 100644 --- a/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-distribution-provisioning.md +++ b/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-distribution-provisioning.md @@ -21,15 +21,14 @@ You can create a distribution provisioning profile in the [iOS Dev Center](https 1. Open [iOS Dev Center](https://developer.apple.com/membercenter) in your favorite browser and log in. 1. Click **Certificates, Identifiers & Profiles**. -1. In the drop-down menu in the top left corner, verify that **iOS, tvOS, watchOS** is selected. -1. In the left-hand sidebar, select **Provisioning Profiles** → **App Store**. -1. Click **+**. +1. In the left-hand sidebar, select **Profiles**. +1. Click **+** blue button next to subtitle bar **Profiles** to add a new Profile. 1. Select **App Store** and click **Continue**. 1. Select an **App ID** to associate with the provisioning profile and click **Continue**. -1. Select one or more certificates for distribution to include in the provisioning profile and click **Continue**.
Only certificates for distribution are listed. +1. Select a certificate for distribution to include in the provisioning profile and click **Continue**.
Only certificates for distribution are listed. 1. Enter a name for the profile and click **Continue**. 1. (Optional) Click **Download** to download the provisioning profile. ## Next Steps -Now that you have created a distribution certificate and provisioning profile, you can build your app in Release configuration and publish the produced app package to the App Store. For more information, see [Cloud Builds]({% slug cloud-build %}) and [Local Builds]({% slug local-build %}). \ No newline at end of file +Now that you have created a distribution certificate and provisioning profile, you can build your app in Release configuration and publish the produced app package to the App Store. For more information, see [Cloud Builds]({% slug cloud-build %}) and [Local Builds]({% slug local-build %}).