Skip to content

Commit eac74d8

Browse files
yyq1025claude
andcommitted
app: pin ascAppId in the submit profile for non-interactive --auto-submit
eas-cli can only resolve the App Store Connect app id interactively; the CI trigger runs --non-interactive and failed at submission setup ("Set ascAppId in the submit profile"). Looked up via the ASC API for bundle app.sidecode. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 28e2a89 commit eac74d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/app/eas.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"production": {
3737
"ios": {
3838
"appleTeamId": "KX4PZHC9R3",
39-
"bundleIdentifier": "app.sidecode"
39+
"bundleIdentifier": "app.sidecode",
40+
"ascAppId": "6777824360"
4041
}
4142
}
4243
}

0 commit comments

Comments
 (0)