betadrop_publish
Upload an iOS (.ipa) or Android (.apk) build to BetaDrop, with optional release notes, version overrides, and expiry controls for tester distribution.
Instructions
Publish an iOS (.ipa) or Android (.apk) build to BetaDrop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Override the app display name. | |
| notes | No | Release notes shown on the install page. | |
| version | No | Override the version string (e.g. 1.2.3). | |
| bundleId | No | Override the bundle / package ID. | |
| filePath | Yes | Absolute path to the build file (.ipa or .apk). | |
| expiryType | No | Expiry strategy for this build. | |
| buildNumber | No | Override the build number. | |
| expiryTimeDays | No | Expire after N days (requires expiryType 'time' or 'combined'). | |
| expiryDeviceLimit | No | Expire after N unique devices (requires expiryType 'devices' or 'combined'). | |
| expiryDownloadLimit | No | Expire after N downloads (requires expiryType 'downloads' or 'combined'). |