From 9ff09b1c017d3f54b84b6569a94c96fcaed2ce10 Mon Sep 17 00:00:00 2001 From: Sergei Date: Wed, 24 Dec 2025 17:32:16 -0800 Subject: [PATCH] Fix Apple Team ID for submission --- eas.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/eas.json b/eas.json index 686c554..fe2c8d0 100644 --- a/eas.json +++ b/eas.json @@ -18,11 +18,7 @@ "submit": { "production": { "ios": { - "ascAppId": "6756594148", - "appleTeamId": "UHLZD54ULZ", - "ascApiKeyIssuerId": "dcac5647-0710-4764-affd-2d3270bf49d4", - "ascApiKeyId": "GA9C2GRPHS", - "ascApiKeyPath": "./AuthKey_GA9C2GRPHS.p8" + "appleTeamId": "RC753H2474" } } }