v1
latestSwagger 2.02026-07-132525401.9 MBGet the latest public release for the given app.
Path parameters
The secret of the target application
Response
The full release details of the latest release that was distributed to a public group.
ID identifying this unique release.
The app's name (extracted from the uploaded release).
The app's display name.
The app's OS.
The release's version.<br> For iOS: CFBundleVersion from info.plist. For Android: android:versionCode from AppManifest.xml.
The release's origin
The release's short version.<br> For iOS: CFBundleShortVersionString from info.plist. For Android: android:versionName from AppManifest.xml.
The release's release notes.
The release's provisioning profile name.
The type of the provisioning profile for the requested app version.
expiration date of provisioning profile in UTC format.
A flag that determines whether the release's provisioning profile is still extracted or not.
The release's size in bytes.
The release's minimum required operating system.
The release's device family.
The release's minimum required Android API level.
The identifier of the apps bundle.
Hashes for the packages.
MD5 checksum of the release binary.
UTC time in ISO 8601 format of the uploaded time.
The URL that hosts the binary for this release.
The URL that hosts the secondary binary for this release, such as the apk file for aab releases.
A URL to the app's icon.
The href required to install a release on a mobile device. On iOS devices will be prefixed with itms-services://?action=download-manifest&url=
OBSOLETE. Will be removed in next version. The destination type.<br> <b>group</b>: The release distributed to internal groups and distribution_groups details will be returned.<br> <b>store</b>: The release distributed to external stores and distribution_stores details will be returned.<br> <b>tester</b>: The release distributed testers details will be returned.<br>
In calls that allow passing udid in the query string, this value will hold the provisioning status of that UDID in this release. Will be ignored for non-iOS platforms.
In calls that allow passing udid in the query string, this value determines if a release can be re-signed. When true, after a re-sign, the tester will be able to install the release from his registered devices. Will not be returned for non-iOS platforms.
This value determines the whether a release currently is enabled or disabled.
Status of the release.
This value determines if a release is external or not.