[Write] Upload a build to App Store Connect
asc_build_uploadUploads iOS, tvOS, visionOS, and macOS build binaries (.ipa/.pkg) to App Store Connect. Handles chunked transfer and MD5 checksum verification.
Instructions
Write. Uploads a build binary (.ipa for iOS/tvOS/visionOS, .pkg for macOS) to App Store Connect: creates the upload, sends the file in Apple's required chunks, and commits it with an MD5 checksum. Processing then continues on Apple's servers — poll asc_build_upload_status, then asc_builds_list, to see it finish and become a usable build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Bundle id, app name, or App Store Connect app id | |
| filePath | Yes | Absolute local path to the .ipa or .pkg file | |
| platform | No | IOS | |
| cfBundleVersion | Yes | Build number, e.g. "12" | |
| cfBundleShortVersionString | Yes | Marketing version, e.g. "1.1" |