will play integrity is paid after 10000 request?

171 Views Asked by At

I am going to implement Google Play Integrity in my Android app using "Use Google Cloud Console" method .I want to know after i enabled "Google Play Integrity API" from Google Cloud Console limit is 10000 request per day for cloud console? and after 10000 request will pay any charged or (amount will debited) autometically cloud console?

Any one has any idea?

Thanks,

2

There are 2 best solutions below

1
rzero On

This quota is a hard cap on the number of requests per day.

The documentation (here and here) is pretty clear that integrity checks are resource intensive and should not be called very often, especially if you are still making 'classic' integrity requests.

The Play Integrity API works best when used alongside other signals as part of your overall anti-abuse strategy and not as your sole anti-abuse mechanism. Use this API in conjunction with other appropriate security best practices for your app.

Even with an increased daily maximum, you should continue to limit classic requests per user to infrequent, high-value actions to preserve user data and battery.

0
Evgeniya Kotovich On

No, you won't be charged anything, you will start to receive "quota is exceeded" error (until the next day). During this time you won't be able to get new integrity tokens from the devices.

More information is here: https://developer.android.com/google/play/integrity/setup#increase-daily-max