googlesamples / android-play-safetynet

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

What error do I get when I exceed daily quota #14

Open svkaka opened 6 years ago

svkaka commented 6 years ago

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

rajondj commented 5 years ago

25000 USD

tala-alexander-ageychenko commented 4 years ago

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