submit_for_app_store_review
Attach a processed build to an App Store version and submit it for review. Confirm build processing state and set version metadata first.
Instructions
Attach a processed build to an App Store version and submit it for review. The build must have processingState VALID — confirm with list_asc_builds before calling. Requires version metadata (What's New) and export compliance to be set first. Use validate_app_submission to catch blockers before submitting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The App Store Connect app ID (from list_asc_apps) | |
| version | Yes | App Store version string e.g. '1.2.3' | |
| build_id | Yes | Build UUID from upload_build_to_asc or list_asc_builds |