fix(mobile): switch to remote appVersionSource for auto-incrementing build numbers
Change `appVersionSource` from `"local"` to `"remote"` in `eas.json` so EAS tracks build numbers on its servers. This ensures every CI build gets a unique, ever-increasing version without needing to commit bumps back to the repo — fixing the App Store Connect "bundle version already used" rejection. Also bump `ios.buildNumber` to "7" and `android.versionCode` to 7 in `app.json` (above the previously uploaded version "6") so the remote version initializes correctly. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"cli": {
|
||||
"version": ">= 5.9.0",
|
||||
"appVersionSource": "local"
|
||||
"appVersionSource": "remote"
|
||||
},
|
||||
"build": {
|
||||
"development": {
|
||||
|
||||
Reference in New Issue
Block a user