Questions tagged [google-play-integrity-api]
78 questions
2
votes
0 answers
Creepy log line in Google Play Integrity API
I'm researching the Play Integrity API as a first step of migration from SafetyNet.
There is one log line that repeats in every flow, either successful or not:
PlayCore I UID: [10547] PID: [7783] IntegrityService : linkToDeath
Any idea what does…

Evgeniy Mishustin
- 3,343
- 3
- 42
- 81
2
votes
1 answer
Google PlayIntegrity API - validate token via PHP
I am no professional Android developer and I'm having problems to get the Google PlayIntegrity token from my app to decode via PHP through my back-end server and couldn't find much help online.
I included the Google PHP API onto my server,…

lukey2000
- 41
- 4
2
votes
1 answer
App Check & Play Integrity with a custom backend
We're using SafetyNet Attestation API in our Android app and now planning to migrate to App Check / Play Integrity API since SafetyNet has been deprecated.
As far as I understand from the docs, the flow remains pretty much the same: you request a…

fraggjkee
- 3,524
- 2
- 32
- 38
2
votes
1 answer
How to enable Firebase App Check without Google Play Developer Account?
Safety Net allowed App Check for apps that were not distributed through Google Play. Now that Safety Net is being removed, what is the alternative of using App Check for apps that are not distributed through Google Play as the alternative provided…

Samudra Ganguly
- 637
- 4
- 24
2
votes
1 answer
Firebase AppCheck not working with PlayIntegrity provider
I have followed the appcheck setup guide for android, and have run into the following problem when trying to get a token from within the app:
FirebaseException: Error returned from API. code: 403 body: App attestation failed
when invoking appcheck…

banjomean
- 41
- 4
2
votes
0 answers
Migrating SafetyNet to Play Integrity API for Firebase
I'm developing a flutter application which uses Firebase as its framework. One of Firebase's features that we use is App Check. I've been using SafetyNet for my Android App Check, but recently I've gotten an email from Google that states that…

treble18
- 131
- 7
2
votes
0 answers
Decrypt and verify locally Play Integrity API Token
I'm trying to implement Play Integrity API in my project. I already implement the logic in an Android app and send the token to my server. I want to decrypt and verify locally because the server don't and won't have internet connection. So I'm…
1
vote
1 answer
Play Store's Play Integrity vs Firebase App Check Play Integrity
What is the difference between Play Integrity implementation here and the one that is in Firebase documentation, which one should you follow? I also don't understand the one that is in the Play Store documentation as all it did is add the…

Bitwise DEVS
- 2,858
- 4
- 24
- 67
1
vote
0 answers
Firebase App Check with Firebase App Distribution
I have setup App Check with very little issues and it is working for the production release of my app. However, I get permission denied for all Firebase requests from the internal testing version of my app that is distributed through Firebase App…

theJosh
- 2,894
- 1
- 28
- 50
1
vote
0 answers
Firebase Phone Authentication in Flutter[Android] App not working
[Issue only exists in Release Mode]
User is getting an OTP, but the screen is not moving forward
I am trying to use firebase phone authentication, but is met with the following error:
E/flutter ( 9235):…

FL4M3 HUNT3R
- 11
- 1
1
vote
0 answers
Google Play Integrity Quota Increase
Google Play Integrity Quota Increase
How are you calling the Play Integrity API?
My app is calling the API directly
How often will you call the API for each user?
Once per 15 min
Is there any PII or SPII used for the nonce (e.g. user id, user name,…

Abhay
- 117
- 9
1
vote
0 answers
Google Play integrity throws Integrity API error (-1) although cloudProjectNumber is correct
I'm implementing Play integrity into my app. The debug app is not listed on the Playstore and it has a different packagename than the release one. So I understand that for using the Google Play Integrity API I should pass the cloudProjectNumber as…

Adolfo Lozano Mendez
- 169
- 5
1
vote
1 answer
Firebase app check with Play integrity not returning token giving 403 error GeneratePlayIntegrityChallenge are blocked
I have integrated the firebase app check in my android project and followed all the requisites that are mentioned here.
Additional to this I have also added the setUp code
val firebaseAppCheck = FirebaseAppCheck.getInstance()
val…

Rajat Beck
- 1,523
- 1
- 14
- 29
1
vote
0 answers
Remove Captcha verification on firebase phone auth in Android
I'd like to ask how to Remove Captcha Verification with Firebase Phone Auth in Android.
I've uploaded App signing key certificate's (SHA-1 and SHA-256) from Android Console to Firebase.
enter image description here
enter image description…

Miguel Angel
- 11
- 2
1
vote
0 answers
appLicensingVerdict returns LICENSED in which cases?
I'm implementing the Play Integrity API.
In the integrity response there is appLicensingVerdict, documented as:
appLicensingVerdict can have the following values:
LICENSED
The user has an app entitlement.
In other words, the user installed…

user2342558
- 5,567
- 5
- 33
- 54