android-play-safetynet
android-play-safetynet copied to clipboard
What error do I get when I exceed daily quota
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
25000 USD
Bump, also cannot find an answer to this question, does anybody knows?