From 4bba984c48f916d99c94931930a59fc195028f90 Mon Sep 17 00:00:00 2001 From: Nika Shelia Date: Wed, 3 Sep 2025 13:04:41 +0400 Subject: [PATCH] Merge pull request #26 from walofficial/feature/ascappid chore: add iOS ASC App ID to production submit configuration in eas.json --- eas.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eas.json b/eas.json index 60e8c8b3..01d00d7d 100644 --- a/eas.json +++ b/eas.json @@ -53,6 +53,9 @@ }, "submit": { "production": { + "ios": { + "ascAppId": "6670372539" + }, "android": { "releaseStatus": "completed" }