upload_build_to_asc
Download an IPA from a Codemagic artifact URL and upload it to App Store Connect. Returns immediately; poll for processing state and submit for review once validated.
Instructions
Download an IPA from a Codemagic artifact URL and upload it to App Store Connect. Returns immediately once the upload commits — does NOT wait for Apple's processing pipeline. After calling this, poll list_asc_builds until the build's processingState is VALID, then call submit_for_app_store_review with the build ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The App Store Connect app ID (from list_asc_apps) | |
| ipa_url | Yes | The IPA download URL from a Codemagic build artifact |