Resource: Apk
Information about an APK. The resource for ApksService.
JSON representation |
---|
{
"versionCode": integer,
"binary": {
object ( |
Fields | |
---|---|
versionCode |
The version code of the APK, as specified in the manifest file. |
binary |
Information about the binary payload of this APK. |
ApkBinary
Represents the binary payload of an APK.
JSON representation |
---|
{ "sha1": string, "sha256": string } |
Fields | |
---|---|
sha1 |
A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command. |
sha256 |
A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command. |
Methods |
|
---|---|
|
Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. |
|
Lists all current APKs of the app and edit. |
|
Uploads an APK and adds to the current edit. |