[object Object]

← back to CelebritySignatures

iOS: wire eas.json submit to the team-wide ASC API key (reused from C&E)

a36745cc0763678f2d38320125748e03f22d5562 · 2026-08-05 16:04:27 -0700 · Steve

The App Store Connect API key is team-scoped (team 3VAV3KMNZK), so
CelebritySignatures reuses the existing AuthKey_72Y2TZT54R.p8 already proven on
the live Charge & Explore app — no new download-once key, no Apple portal visit
for credentials. .p8 placed in gitignored credentials/. ascAppId intentionally
omitted so the first interactive 'eas submit' creates the ASC app record and
reports the id to paste back. Build/submit remain Steve-gated (metered + ASC).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit a36745cc0763678f2d38320125748e03f22d5562
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed Aug 5 16:04:27 2026 -0700

    iOS: wire eas.json submit to the team-wide ASC API key (reused from C&E)
    
    The App Store Connect API key is team-scoped (team 3VAV3KMNZK), so
    CelebritySignatures reuses the existing AuthKey_72Y2TZT54R.p8 already proven on
    the live Charge & Explore app — no new download-once key, no Apple portal visit
    for credentials. .p8 placed in gitignored credentials/. ascAppId intentionally
    omitted so the first interactive 'eas submit' creates the ASC app record and
    reports the id to paste back. Build/submit remain Steve-gated (metered + ASC).
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 apps/mobile/eas.json | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json
index 5c21b73..2fb67be 100644
--- a/apps/mobile/eas.json
+++ b/apps/mobile/eas.json
@@ -32,10 +32,9 @@
       "ios": {
         "appleId": "steveabramsdesigns@gmail.com",
         "appleTeamId": "3VAV3KMNZK",
-        "ascAppId": "TODO_CREATE_ASC_APP_RECORD",
-        "ascApiKeyPath": "./credentials/AuthKey_TODO.p8",
-        "ascApiKeyId": "TODO_ASC_KEY_ID",
-        "ascApiKeyIssuerId": "TODO_ASC_ISSUER_ID"
+        "ascApiKeyPath": "./credentials/AuthKey_72Y2TZT54R.p8",
+        "ascApiKeyId": "72Y2TZT54R",
+        "ascApiKeyIssuerId": "cfbd63ed-301b-465c-aad7-49e94420ad70"
       }
     }
   }

← 0fd2d48 iOS app: address contrarian FIX-FIRST gate  ·  back to CelebritySignatures  ·  auto-save: 2026-08-05T16:13:44 (2 files) — apps/mobile/app.j 523098f →