简体   繁体   中英

SAFETYNET : com.google.android.gms.common.api.ApiException: 16:

I am using safety net in my application. It gives success response 15 to 20 times but after that it gives "com.google.android.gms.common.api.ApiException: 16:" error. I checked my Api key in google console and it was fine.Please give me solution "com.google.android.gms.common.api.ApiException: 16:" this.

NOTE: This is not duplicate question.Already tried all solution provide in stack overflow.

Probably you reached the limit.

Regardless of the quota provisioned for your project, individual app instances are throttled to a maximum of 5 requests per minute. If this limit is exceeded, all remaining requests during that minute return an error.

https://developer.android.com/training/safetynet/attestation#quota-monitoring

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM