diff --git a/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-development-provisioning.md b/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-development-provisioning.md index 8f7b60260..fa6040ab3 100644 --- a/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-development-provisioning.md +++ b/docs/sidekick/user-guide/code-signing/code-signing-for-ios/create-development-provisioning.md @@ -23,9 +23,8 @@ You can create a development provisioning profile in the [iOS Dev Center](https: ## Procedure 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** → **Development**. -1. Click **+**. +1. In the left-hand sidebar, select **Profiles**. +1. Click **+** blue button next to the subtitle bar **Profiles** to add a new Profile. 1. Select **iOS App Development** and click **Continue**. 1. Select an App ID to associate with the provisioning profile and click **Continue**.
To be able to use one development provisioning profile across multiple apps, select a wildcard App ID, if available. 1. Select one or more certificates for development to include in the provisioning profile and click **Continue**.
Only certificates for development are listed. @@ -36,4 +35,4 @@ You can create a development provisioning profile in the [iOS Dev Center](https: ## Next Steps -Now that you have created a development certificate and provisioning profile, you can [Deploy and Test Your App on a Connected Device]({% slug deploy-on-device %}). \ No newline at end of file +Now that you have created a development certificate and provisioning profile, you can [Deploy and Test Your App on a Connected Device]({% slug deploy-on-device %}).