For a list of methods for this resource, see the end of this page.
Resource representations
{ "versionCode": integer, "binary": { "sha1": string, "sha256": string } }
Property name | Value | Description | Notes |
---|---|---|---|
binary |
nested object |
Information about the binary payload of this APK. | |
binary.sha1 |
string |
A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command. | |
binary.sha256 |
string |
A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command. | |
versionCode |
integer |
The version code of the APK, as specified in the APK's manifest file. |
Methods
- addexternallyhosted
- Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to enterprises using Google Play for Work whose application is configured to restrict distribution to the enterprise domain.
- list
- Lists all current APKs for the specified package and edit.
- upload