-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schedule tests #4
Comments
This is a really cool idea! The Play Integrity API sadly doesn't really use an API Key. You have to create a project in the Google Play Console and upload an APK there. Then Google knows this App belongs to this project and limits the amount of API requests to 10.000. If someone wants to host the app with their own limits you would need an Google Play Developer Account (costs 25€ if I remember correctly), create the project there, upload the APK and then your own rate limiting would apply. But I have plans to rate limit the amount of requests in my app per user and then maybe a request a day in the background would actually work without exceeding the 10.000 requests |
Does that mean to test a version of the app, you have to do it load it through the play store? |
It was quite some time ago when I created the app but if I remember correctly there only has to be one version of the app available at the google Play Console so Google can map the App to a Play Console Project. I think Google uses something like the package name of the app or something similar which is unique to determine the corresponding Play Console Project and make the Integrity request. If you change some code and build a new version the request still works but in the integrity verdict the field |
Feature request
I'd love to have the app automatically run a test every morning (and maybe through the day too) and send a notification if it fails (option to say if strong is required, or if device integrity is ok)
Maybe only allow this feature with a user API key
The text was updated successfully, but these errors were encountered: