From 4da7559d99cc651e33e7519ea0fe6f26db49b544 Mon Sep 17 00:00:00 2001 From: Raja Osama Date: Sat, 29 Jun 2024 09:45:26 +0400 Subject: [PATCH 1/2] Update app-store-connect-api.md The renamed Keys to Integration, which miss lead me for a while, until i realize that the documentation was pointing me in the wrong direction. --- docs/app-store-connect-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app-store-connect-api.md b/docs/app-store-connect-api.md index 71b57b4cf..af277e009 100644 --- a/docs/app-store-connect-api.md +++ b/docs/app-store-connect-api.md @@ -36,7 +36,7 @@ Below are the statuses of each tool: 1. Create a new App Store Connect API Key in the [Users page](https://appstoreconnect.apple.com/access/api) - For more info, go to the [App Store Connect API Docs](https://developer.apple.com/documentation/appstoreconnectapi/creating_api_keys_for_app_store_connect_api) - - Select the "Keys" tab + - Open the ‘Integrations’ tab, select ‘App Store Connect API,’ and create a new TEAM API using the ‘+’ button. - Give your API Key an appropriate role for the task at hand. You can read more about roles in [Permissions in App Store Connect](https://developer.apple.com/support/roles/) - Note the Issuer ID as you will need it for the configuration steps below 2. Download the newly created API Key file (`.p8`) From e37f02523ad0b00fec18855b72f33b35fbe7c17b Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Thu, 11 Jul 2024 23:56:40 -0300 Subject: [PATCH 2/2] Fix broken link and adjust instructions. --- docs/app-store-connect-api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/app-store-connect-api.md b/docs/app-store-connect-api.md index af277e009..3cf9bdcab 100644 --- a/docs/app-store-connect-api.md +++ b/docs/app-store-connect-api.md @@ -34,9 +34,10 @@ Below are the statuses of each tool: ## Creating an App Store Connect API Key -1. Create a new App Store Connect API Key in the [Users page](https://appstoreconnect.apple.com/access/api) +1. Create a new App Store Connect API Key in the [Users and Access](https://appstoreconnect.apple.com/access/users) page - For more info, go to the [App Store Connect API Docs](https://developer.apple.com/documentation/appstoreconnectapi/creating_api_keys_for_app_store_connect_api) - - Open the ‘Integrations’ tab, select ‘App Store Connect API,’ and create a new TEAM API using the ‘+’ button. + - Open the `Integrations` tab, select `App Store Connect API`, and create a new "Team Key" using the `+` button + - Note that if you can't see the `App Store Connect API` tab, this means you don't have permission yet. Please refer to the docs above to know how to get this permission - Give your API Key an appropriate role for the task at hand. You can read more about roles in [Permissions in App Store Connect](https://developer.apple.com/support/roles/) - Note the Issuer ID as you will need it for the configuration steps below 2. Download the newly created API Key file (`.p8`)