From a48d7c1a7f8a8618b128ad41c46cc3ef98a686a6 Mon Sep 17 00:00:00 2001 From: IngiRodr <30906988+IngiRodr@users.noreply.github.com> Date: Thu, 31 Oct 2019 09:37:20 -0500 Subject: [PATCH] merging Sidekick and NS docs --- .../create-development-certificate.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-development-certificate.md b/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-development-certificate.md index 44f6c85c6..6226771d3 100644 --- a/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-development-certificate.md +++ b/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-development-certificate.md @@ -22,17 +22,15 @@ You can create a development certificate in the [iOS Dev Center](https://develop 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 **Certificates** → **Development**. -1. Click **+**. +1. In the left-hand sidebar, select **Certificates**. +1. Click **+** blue button next to the subtitle bar **Certificates** to add a new Profile. 1. Select **iOS App Development** and click **Continue**. -1. On the About Creating a Certificate Signing Request (CSR) page, click **Continue**. -1. On the Generate your certificate page, click **Choose File**. +1. On the Upload a Certificate Signing Request page, click **Choose File**. 1. Browse to the location where the `CSR` file for your code signing request is stored, select it and confirm the upload. 1. Click **Continue**. 1. (Optional) Click **Download** to download your certificate. -1. Click **Done**. +1. Click **All Certificates**. ## Next Steps -Create a **[development provisioning profile]({% slug create-development-provisioning %})** in the [iOS Dev Center](https://developer.apple.com/membercenter). \ No newline at end of file +Create a **[development provisioning profile]({% slug create-development-provisioning %})** in the [iOS Dev Center](https://developer.apple.com/membercenter).