googlesamples / android-play-safetynet

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

Is there a limit for successive calls to SafetyNetClient.attest API? #13

Closed DavisJP closed 6 years ago

DavisJP commented 6 years ago

I was able to make successful calls using the API but when I make multiple calls I usually get a Cancelled request in return. It's always after the 10th call, that's why I wondered if there is such a limit. I didn't find any information on the docs and I didn't find a reason to why I get the Cancelled error on the API call, could anyone clarify this for me or at least point point to where I could get more information about this?

DavisJP commented 6 years ago

Question answered on Stackoverflow, thanks.