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

interrupt on huawei device with gms

Open qyzhaojinxi opened this issue 2 years ago • 0 comments

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.

qyzhaojinxi avatar Mar 17 '22 09:03 qyzhaojinxi