Slide 37
Slide 37 text
Acquisition of APK certificate and APK hash.
base64 encoded, SHA-256 hash of the certificate used to sign requesting app and base64 encoded,
SHA-256 hash of the APK installed on a user's device.
Terminal root, availability of emulator (boolean)
If the value of basicIntegrity is true, then the device running your app likely wasn't tampered with, but
the device hasn't necessarily passed Android compatibility testing.
Whether it is Google's certified terminal (boolean)
If the value of ctsProfileMatch is true, then the profile of the device running your app matches the
profile of a device that has passed Android compatibility testing.
01
02
03
Obtained from the result of safetynet attestation api