Set Version Build
asc_set_version_buildAttach a build to an App Store version to prepare it for review submission.
Instructions
Attach a build to an App Store version's "build" relationship. This is required before the version can be submitted for review.
Args:
versionId (string, required): The App Store version ID
buildId (string, required): The build ID to attach
Returns: { "versionId": string, "buildId": string, "success": true }
Error Handling:
Returns an error if the build is not valid/processed, or if the version is not in an editable state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildId | Yes | The build ID (from asc_list_builds) to attach. | |
| versionId | Yes | The App Store version ID to attach a build to. |