From d6889bc78aa326e4d78f1ad7ccda89004e307558 Mon Sep 17 00:00:00 2001 From: Marion Barker Date: Tue, 13 Feb 2024 07:25:53 -0800 Subject: [PATCH 1/2] Update testflight.md - apple moved keys under integrations --- fastlane/testflight.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/testflight.md b/fastlane/testflight.md index b46bffc42f..0f7df700e8 100644 --- a/fastlane/testflight.md +++ b/fastlane/testflight.md @@ -54,7 +54,7 @@ This step is common for all GitHub Browser Builds; do this step only once. You w 1. Sign in to the [Apple developer portal page](https://developer.apple.com/account/resources/certificates/list). 1. Copy the Team ID from the upper right of the screen. Record this as your `TEAMID`. -1. Go to the [App Store Connect](https://appstoreconnect.apple.com/access/api) interface, click the "Keys" tab, and create a new key with "Admin" access. Give it the name: "FastLane API Key". +1. Go to the [App Store Connect](https://appstoreconnect.apple.com/access/integrations/api) interface, click the "Interfaces" tab, and create a new key with "Admin" access. Give it the name: "FastLane API Key". 1. Record the issuer id; this will be used for `FASTLANE_ISSUER_ID`. 1. Record the key id; this will be used for `FASTLANE_KEY_ID`. 1. Download the API key itself, and open it in a text editor. The contents of this file will be used for `FASTLANE_KEY`. Copy the full text, including the "-----BEGIN PRIVATE KEY-----" and "-----END PRIVATE KEY-----" lines. From 146be518425daefad395c7d13659ebb210d8484a Mon Sep 17 00:00:00 2001 From: Marion Barker Date: Tue, 26 Mar 2024 06:21:40 -0700 Subject: [PATCH 2/2] Fix typo --- fastlane/testflight.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/testflight.md b/fastlane/testflight.md index 0f7df700e8..abe99314eb 100644 --- a/fastlane/testflight.md +++ b/fastlane/testflight.md @@ -54,7 +54,7 @@ This step is common for all GitHub Browser Builds; do this step only once. You w 1. Sign in to the [Apple developer portal page](https://developer.apple.com/account/resources/certificates/list). 1. Copy the Team ID from the upper right of the screen. Record this as your `TEAMID`. -1. Go to the [App Store Connect](https://appstoreconnect.apple.com/access/integrations/api) interface, click the "Interfaces" tab, and create a new key with "Admin" access. Give it the name: "FastLane API Key". +1. Go to the [App Store Connect](https://appstoreconnect.apple.com/access/integrations/api) interface, click the "Integrations" tab, and create a new key with "Admin" access. Give it the name: "FastLane API Key". 1. Record the issuer id; this will be used for `FASTLANE_ISSUER_ID`. 1. Record the key id; this will be used for `FASTLANE_KEY_ID`. 1. Download the API key itself, and open it in a text editor. The contents of this file will be used for `FASTLANE_KEY`. Copy the full text, including the "-----BEGIN PRIVATE KEY-----" and "-----END PRIVATE KEY-----" lines.