[Destructive/Release] Submit an App Store version for review
asc_submit_for_reviewSubmit an app version for App Review. Runs preflight checks and requires explicit user confirmation before changing App Store state.
Instructions
DESTRUCTIVE / RELEASE-CLASS. Submits a version for App Review via the current ReviewSubmission API — this changes real, public-facing App Store state and cannot be trivially undone. Always runs asc_release_preflight first and refuses to proceed if any check fails. Always shows a native macOS confirmation dialog (with the preflight summary) to the human user and never submits silently just because it was called; it only proceeds if the human explicitly clicks Submit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Bundle id, app name, or App Store Connect app id | |
| version | Yes | App Store version string, e.g. "1.1" |