Skip to content

Instantly share code, notes, and snippets.

@ReactorboY
Created March 13, 2023 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReactorboY/a6540fcc737b1ee71e36a96c743050c2 to your computer and use it in GitHub Desktop.
Save ReactorboY/a6540fcc737b1ee71e36a96c743050c2 to your computer and use it in GitHub Desktop.
Google Play Integrity Api Response
{
"requestDetails": {
"requestPackageName": "",
"timestampMillis": "1678724056875",
"nonce": "aGVsbG93b3JsZGhvd2FyZXlvdQ\u003d\u003d"
},
"appIntegrity": {
"appRecognitionVerdict": "UNRECOGNIZED_VERSION",
"packageName": "",
"certificateSha256Digest": [""],
"versionCode": "1"
},
"deviceIntegrity": {
"deviceRecognitionVerdict": ["MEETS_DEVICE_INTEGRITY"]
},
"accountDetails": {
"appLicensingVerdict": "LICENSED"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment