From 78e65f2dfdff8727d28700592c7f074d60747f96 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 +- 2 files changed, 2 insertions(+), 2 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" } } }