create_app_store_version
Create a new App Store version for your app by specifying platform, version string, release type, and optional build or copyright.
Instructions
Create a new app store version for an app
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The ID of the app | |
| buildId | No | ID of the build to associate with this version (optional) | |
| platform | Yes | The platform for this version | |
| copyright | No | Copyright text for this version (optional) | |
| releaseType | No | How the app should be released | |
| versionString | Yes | Version string in format X.Y or X.Y.Z (e.g., '1.0' or '1.0.0') | |
| earliestReleaseDate | No | Earliest release date in ISO 8601 format (required when releaseType is SCHEDULED) |