From 8c820cb70a5cbb73b23b7dce3a7c692ddc6e983f Mon Sep 17 00:00:00 2001 From: Sergei Date: Fri, 12 Dec 2025 17:29:40 -0800 Subject: [PATCH] Fix Bundle ID and ASC App ID for App Store Connect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated to match existing App Store Connect app: - Bundle ID: com.wellnuo.app (was com.kosyakorel1.wellnuo) - ASC App ID: 6756504446 (was 6755984871) - Added SKU: EX1765577542748 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app.json | 2 +- eas.json | 2 +- wellnuoSheme/01_ENV_Credentials and existing API.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 2ebd056..832bbed 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ "newArchEnabled": true, "ios": { "supportsTablet": true, - "bundleIdentifier": "com.kosyakorel1.wellnuo", + "bundleIdentifier": "com.wellnuo.app", "infoPlist": { "ITSAppUsesNonExemptEncryption": false } diff --git a/eas.json b/eas.json index 297be62..f8ec110 100644 --- a/eas.json +++ b/eas.json @@ -19,7 +19,7 @@ "production": { "ios": { "appleId": "serter2069@gmail.com", - "ascAppId": "6755984871" + "ascAppId": "6756504446" } } } diff --git a/wellnuoSheme/01_ENV_Credentials and existing API.json b/wellnuoSheme/01_ENV_Credentials and existing API.json index 912ecef..4fd0658 100644 --- a/wellnuoSheme/01_ENV_Credentials and existing API.json +++ b/wellnuoSheme/01_ENV_Credentials and existing API.json @@ -191,7 +191,7 @@ "external", "verified" ], - "description": "EAS (Expo Application Services)\n\nApp Info:\n- Name: WellNuo\n- Version: 1.0.0\n- Build Number: 2 (auto-incremented)\n- Bundle ID: com.kosyakorel1.wellnuo\n- ASC App ID: 6755984871\n\nApple Account:\n- Apple ID: serter2069@gmail.com\n- Team: RC753H2474 (Sergei Terekhov)\n\nBuild Commands:\neas build --platform ios --profile production\neas submit --platform ios\n\nProfiles:\n- development: Dev client, internal\n- preview: Internal distribution\n- production: App Store (autoIncrement)\n\nConfig: eas.json, app.json", + "description": "EAS (Expo Application Services)\n\nApp Info:\n- Name: WellNuo\n- Version: 1.0.0\n- Build Number: 1 (will auto-increment)\n- Bundle ID: com.wellnuo.app\n- ASC App ID: 6756504446\n- SKU: EX1765577542748\n\nApple Account:\n- Apple ID: serter2069@gmail.com\n- Team: RC753H2474 (Sergei Terekhov)\n\nBuild Commands:\neas build --platform ios --profile production\neas submit --platform ios\n\nProfiles:\n- development: Dev client, internal\n- preview: Internal distribution\n- production: App Store (autoIncrement)\n\nConfig: eas.json, app.json", "x": 1219.4237060546875, "y": 480 },