create_app_version
Create a new App Store version for an iOS, macOS, tvOS, or visionOS app. Specify the version number, platform, and release preferences.
Instructions
Create a new App Store version for an app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The App Store Connect app ID | |
| platform | Yes | Platform for the version | |
| versionString | Yes | Version number (e.g., '1.0.0', '2.1') | |
| releaseType | No | Release type | |
| copyright | No | Copyright text for the version | |
| earliestReleaseDate | No | Earliest release date (ISO 8601 format) for SCHEDULED release type |