In the reference of safetynet docs it is mentioned that "The default request quota for a SafetyNet Attestation API key is 10,000 requests per day. If you require additional capacity, send a request to the SafetyNet API quota team".
I am not using any kind of key as mentioned in the docs for making compatibility check request.Based on above information i have following queries:
- is the above quota limit is for online verification of safetynet response? as mention here
- do we require any kind of API_KEY by creating project on developer console etc for getting safetynet response ? I believe API_KEY is require for online verification of safetynet response but for getting safetynet response we don't require anything, we just need to use safetynet APIs and this is how I am doing currently and it is giving me success compatibility check response for valid android devices.
- so how safetynet compatibility check APIs(not verification API) do client identification? Is it android application specific or user's google account specific?
- if the safetynet compatibility check API is application specific,then is there any kind of quota ? e.g. if there are 100000 android devices which have my application installed in it and the application uses safetynet compatibility check APIs with per day 1000000 requests for compatibility check, will it work or not? Do I need something else ?
- if safetynet compatibility check APIs are user's google account(gmail) specific then is there any kind of quota ?
- what if the user of my application which is using safetynet APIs dont have google account(gmail id)? will it works on his android phone or not?