Questions tagged [google-play-integrity-api]

78 questions
0
votes
2 answers

Api Integrity Issues

I am migrating my app from Google play safety net api to Integrity api, but getting below error from api- When i using setCloudProjectNumber(idProjectNumber) retrieve : Integrity API error (-8): The calling app is making too many requests to the API…
0
votes
1 answer

Play integrity - Get a token in debug mode

I am building an android app from scratch. So, the app does not exist on Play store yet. I want to use Play Integrity to make sure that the app binary is a genuine one. Going through the docs of Integrity API (link to docs), it seems that it…
-1
votes
1 answer

Google Play Integrity API returns 400 "App is not Found." to Server

I am trying to verify integrity using GooglePlayIntegrityAPI. pass the Nonce generated by the Android app to IntegrityAPI and get the token from IntegrityAPI (this was successful) send the token from the Android app to the App server App server…
1 2 3 4 5
6