googlesamples / android-play-safetynet

Samples for the Google SafetyNet Attestation API
Apache License 2.0
285 stars 133 forks source link

interrupt on huawei device with gms #35

Open qyzhaojinxi opened 2 years ago

qyzhaojinxi commented 2 years ago

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 call verify method.

The problem is that I can't get any exception with try catch and the failure method is not called. I want to deal with it when it happen but I can't get any sign.