scottyab / safetynethelper

SafetyNet Helper wraps the Google Play Services SafetyNet.API and verifies Safety Net API response with the Android Device Verification API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I always receive 2 calls when invoke to the method requestTest

moisesvs opened this issue · comments

Hi!

Now when I invoke to method requestTest I always receive 2 calls onSuccess. I was reviewing the code and I found that first the library sends a callback success and after passes the call to AndroidDeviceVerifier and the AndroidDeviceVerifier returns another success response. In total 2 calls to methods success.

But I only need one call to method success. Why do the library send me 2 calls on success? Will have something fix?

When could you upload new version of library with this fix?

Thanks for reporting this @moisesvs feel free to put in pull request and I'll review that and the 2 pending PR's and then all being well publish into next version of the lib.

in progress

@moisesvs Fixed in v0.2.0 Thanks again for reporting