android-play-safetynet icon indicating copy to clipboard operation
android-play-safetynet copied to clipboard

Samples for the Google SafetyNet Attestation API

Results 24 android-play-safetynet issues
Sort by recently updated
recently updated
newest added

I call verifyWithRecaptcha in my app. And then nothing show except the notification shows that Google Play services requires an action. I use GoogleApiAvailability.getInstance().isGooglePlayServicesAvailable and it return success before I...

Hi, I used the Java sample to create a Go version. I copied variable name and a lot of README informations. Please be free to change README or license. Hope...

The included sample is not compatible with .NET core, or .NET 5 and 6. This only works with .NET Framework. The underlying issue is extracting the keys from the token....

**library version used:** com.google.android.gms:play-services-safetynet:11.4.2 I am using [safety net captcha API](https://developer.android.com/training/safetynet/recaptcha.html). everything working as expected meaning, both are detected: - on success (when test with real device and no harms...

Rewriting the description, the first line of the header block states: ``` Generates a 16-byte nonce with additional data. ``` but close to the top of the function, we see:...

After parsing the JWS token, how do I validate apkCertificateDigestSha256 value? I also 've the keystore.jks file used to sign the apk of my app. So how do I use...

Hi all I noticed that the project doesn't have the permission below. ``

I am getting a string similar to a bearer token. Using System.currentTimeMillis() as nonce. How to validate the result on server?