Create app store version
create-app-store-versionCreate a new App Store version by specifying platform and version string, with optional build attachment.
Instructions
Create a new App Store version for an app (platform + version string). Optionally attach a build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | App ID (required) | |
| buildId | No | Optional build ID to attach to this version | |
| platform | Yes | Platform (e.g. IOS, MAC_OS) | |
| copyright | No | Copyright text | |
| releaseType | No | How to release after approval (default: MANUAL) | |
| versionString | Yes | Version string for the store (e.g. 1.2.0) |