From 1977156ffd79d3fffdbdf22655a406f5d2a06b82 Mon Sep 17 00:00:00 2001 From: Sergei Date: Wed, 24 Dec 2025 17:49:00 -0800 Subject: [PATCH] Add ASC API key config for TestFlight submission MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- eas.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/eas.json b/eas.json index c62ef63..c3779fa 100644 --- a/eas.json +++ b/eas.json @@ -18,7 +18,11 @@ "submit": { "production": { "ios": { - "appleTeamId": "UHLZD54ULZ" + "appleTeamId": "UHLZD54ULZ", + "ascAppId": "6756594148", + "ascApiKeyPath": "./AuthKey_GA9C2GRPHS.p8", + "ascApiKeyId": "GA9C2GRPHS", + "ascApiKeyIssuerId": "dcac5647-0710-4764-affd-2d3270bf49d4" } } }