Questions tagged [google-play-integrity-api]
78 questions
1
vote
0 answers
Flutter Firebase onCall functions is not validated by App Check even when AppCheck and PlayIntegrity is enabled
I have enabled AppCheck and PlayIntegrity in Firebase. However when I trigger a callable function, 2 things happens here:
App Verification is not happening (See the Firebase function log below).
The Push notification that I suppose to receive in…

Niladri Raychaudhuri
- 792
- 2
- 11
1
vote
0 answers
Playstore warning: play-services-safetynet has reported critical issues with version 17.0.0
I'm developing a Flutter application which should be released on PlayStore but warning about Api integrity pop out.
Now, I read some articles about and I figured out that I have firebase_auth which implements safety-net but no fix is…

Francesco Caputo
- 11
- 2
1
vote
0 answers
PERMISSION_DENIED while decrypt PlayIntegrity token at backend
I am getting following error code and message while decrypting a PlayIntegrity token in Java. Could you please help me out why this issue occurs although we have given required API enabled and permissions.
{
"code": 403,
"errors": [
{
…

Dadaji
- 43
- 6
1
vote
0 answers
Error In Phone Auth Firebase after add Play Integrity
I added SHA-1 and SHA-256 and it still isn't working. After pressing register, it goes to ReCAPTCHA, but the browser is not loading and this error appears.[[enter image description…

Aelkhawisky
- 11
- 3
1
vote
0 answers
Error: [appCheck/token-error] com.google.firebase.FirebaseException: Error returned from API. code: 403 body: App attestation failed
I have followed all steps for app-check implementation and it works properly in debug mode but not in production. It fails with the following error:
Error: [appCheck/token-error] com.google.firebase.FirebaseException:
Error returned from API. code:…

showtime
- 1
- 1
- 17
- 48
1
vote
0 answers
How to obtain "integrity verdicts" from Firebase AppCheck?
I would like to add Firebase AppCheck to my mobile app to protect my backend (not Firebase services). I want to use Google Play Integrity provider (default one).
I know that Firebase AppCheck for Android is a wrapper around Google Play Integrity. It…

piotrpawlowski
- 767
- 2
- 9
- 19
1
vote
2 answers
firebase/flutter - Play Integrity - where to place the initialization code
I'm using this guide to implement the new app check Play Integrity: https://firebase.google.com/docs/app-check/android/play-integrity-provider?authuser=0&hl=de#java_1
at step 3 it is mentioned to add this initialization…

Bernhard
- 188
- 10
1
vote
1 answer
Android - Google Play Integrity API returns an empty device integrity
I've integrated Google Play Integrity API into the SDK we develop according to the documentation in Android Developer. When consuming application is registered in the GooglePlay Store and linked to the Google Cloud project everything works. But when…

Evgeniy Mishustin
- 3,343
- 3
- 42
- 81
1
vote
1 answer
Safetynet to Play Integrity migration - Google Cloud account
When we migrate from the SafetyNet Api to Google Play Integrity Api we need link a PlayStore application to the Google Cloud Project in the Google Play console.
For existing on production application should it be the same google cloud project in…

Cerviany
- 49
- 4
1
vote
1 answer
How to figure if the certificate SHA-256 digest in the Play Integrity verdict is valid?
I'm working with the Play Integrity API and I'm looking at the SHA-256 digest in the app integrity part of the verdict.
Here is what the doc says about this digest:
// The sha256 digest of app certificates.
// This field is populated iff…

Vince
- 1,570
- 3
- 27
- 48
1
vote
1 answer
android google play integrity exponential backoff retry is blocking main application thread
// Create an instance of a manager.
IntegrityManager integrityManager =
IntegrityManagerFactory.create(getApplicationContext());
// Request the integrity token by providing a nonce.
Task integrityTokenResponse =
…

Manjusha Vuyyuru
- 21
- 3
1
vote
0 answers
App Check PlayIntegrity Not Working - Firebase Android
I have implemented App Check for my application , I have registered Sha256s,activated appcheck in console,initialized it buy it doesnt work with play Integrity !! I always get " Detected invalid AppCheck token. Reconnecting (0 attempts remaining)…

Luis
- 59
- 5
1
vote
1 answer
I want to test the integrity judgment with the Google Play Integrity API
I'm trying to introduce an integrity check using the Play Integrity API to my Android application.
After implementing it all the way through and testing it from the application that has undergone binary modification referring to the contents here,…

user54542
- 11
- 1
1
vote
1 answer
How to obtain keys to decrypt JWE from Integrity API with Google Cloud Console
I have an Android application which uses Integrity API with Google Cloud. This method is described here.
I need to implement server side offline verification for JWE token which requires decryption and verification keys from Play console. An example…

aleksandr-chermashentsev
- 207
- 2
- 9
1
vote
0 answers
Asking the user to update Play Store
Recently, we've integrated Play Integrity in our app to prevent emulators and bots. However, some users cannot generate integrity tokens with the following reasons:
Binding to the service in the Play Store has failed. This can be due to having an…

Stefan Todorovski
- 83
- 2
- 14