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

What error do I get when I exceed daily quota

Open svkaka opened this issue 6 years ago • 2 comments

As mentioned before, the SafetyNet Attestation API is rate limited, and there is a default quota of 10,000 requests per day for each API key. Although this quota might be enough for most development, testing, and initial app launches, your app might reach the default limit as it increases in popularity. [1]

You should also be prepared to handle attestation failures because of an exceeded quota and avoid blocking all your users in this situation. [1]

How can I can I handle this situation (when I exceed daily quota)? Is my OnFailureListener called when attest()-ing? If yes what Exception do I get? Can you please clarify it for me?

[1] https://android-developers.googleblog.com/2017/11/10-things-you-might-be-doing-wrong-when.html

svkaka avatar Sep 19 '18 15:09 svkaka

25000 USD

rajondj avatar Oct 09 '18 16:10 rajondj

Bump, also cannot find an answer to this question, does anybody knows?