Create App Version
Create a managed app version (Self-Hosted Only). Adds a new version of a self-hosted application. To create and upload a new app version to our servers, use the ManageXR CLI
Authorizations
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Path Parameters
The package name of the app
Query Parameters
Unique identifier of the organization. This parameter is only necessary when using multi-organization API keys.
Defaults to the organizationId associated with the API key.
Body
Version code of the app
42
URL of the APK file
"https://storage.example.com/apps/com.example.app.apk"
Version name of the app
"1.0.0"
MD5 hash of the APK file
"d41d8cd98f00b204e9800998ecf8427e"
URL of the OBB file
"https://storage.example.com/apps/com.example.app.obb"
MD5 hash of the OBB file
"d41d8cd98f00b204e9800998ecf8427e"
Label for uniqueness among app versions
"Quest"
Size of the APK file in bytes
72633861
Size of the OBB file in bytes
1024
Response
The created app version