You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
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?
How can I can I handle this situation (when I exceed daily quota)? Is my
OnFailureListener
called whenattest()
-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
The text was updated successfully, but these errors were encountered: