100 questions
0
votes
0
answers
205
views
Firebase App Check (Play Integrity API) fails on certified, non-rooted Pixel devices — App attestation failed (403)
We have integrated Firebase App Check on Android using the Play Integrity API provider. Initially, App Check was disabled due to issues with some users, particularly those on GrapheneOS, who were ...
0
votes
0
answers
264
views
Why would Play Integrity API verdict return MEETS_BASIC_INTEGRITY only?
So this is a Motorola G60s running Android 12.
I noticed issues with Play Integrity since some online banking applications stopped working.
They indicate the phone is rooted but whatever... it is not ...
0
votes
1
answer
92
views
How to fix "The name 'PlayIntegrityAppCheckProviderFactory' does not exist in the current context" when using Play Integrity with Unity?
I'm facing an issue when i try to build my app by using play integrity in firebase library on unity. here is my class that work in debug and compile also if i remove the android code with play ...
2
votes
1
answer
223
views
Integration with PlayIntegrity Api and GoogleAuth results in 403 Forbidden Error
I am trying to Integrate Play Integrity Api in my Android app,
I have deployed my android app to Internal testing and also enabled in Google play console as shown in below screenshot
Here is the ...
2
votes
1
answer
430
views
Google Play Integrity API prepareIntegrityToken hangs without response
We're using Google Play Integrity API and sometimes (when trying to create a Standard Token) the call to prepareIntegrityToken hangs without any respone for no apparent reason.
Here is the code:
...
0
votes
1
answer
295
views
Can't get Play integrity API's Environment details field after enabled it in google play console
I want to check whether other apps are running that could capture the screen or control the device so I integrity 'com.google.android.play:integrity:1.4.0' in my project. I followed the instruction ...
2
votes
0
answers
415
views
Why does App Check with Play Integrity not work?
I have a problem implementing App Check with Play Integrity into my Flutter App. I have followed the documentation and searched the internet for 3 days but couldn't find any solution.
Even after ...
1
vote
1
answer
183
views
Google PlayConsole do tests with untrusted devices so PlayIntegrity checks fail
I implemented PlayIntegrity in my App to check the license (App downloaded from GooglePlay) and device integrity (not rooted device and a trust one by Google).
If one of these check fail, I open my ...
0
votes
1
answer
121
views
Firebase phone auth not working in real Android device debugging
I'm trying to use Firebase phone authentication for my Android application developed using react-native. I have followed the below docs and completed the setup.
https://rnfirebase.io/auth/phone-auth
...
1
vote
1
answer
329
views
App bundle tampered after publishing to the google play store
I am currently using DexGuard's runtime checks (FileChecker) for file tampering detection in my application, The implementation works flawlessly when building an APK. However, when building an app ...
7
votes
1
answer
2k
views
How to integrate google play integrity api in flutter?
I've been trying to integrate Google Play integrity into my app, I've linked the project to the Google Play console, but now I'm stuck at the API requests part. I've read the documentation but I dont ...
0
votes
0
answers
226
views
Flutter Firebase phone auth not working for android
I'm currently distressed now. For weeks I've been trying to get my Android app to get the Firebase phone auth to work but doesn't work.
I have my SHA-1 and SHA-256 all set in my Firebase console
I ...
0
votes
1
answer
343
views
Using key implement Play Integrity in Android
I was using SafetyNet till now for playstore key validation but now we can't use SafetyNet. So I have made the changes in code. The issue I am facing is, I am not able test if the implementation is ...
0
votes
3
answers
335
views
Can't upload public.pem file for Integrity Api on Google Play Console
After I followed the instructions to create and upload the public.pem file in App Integrity Section/Change how your responses are encrypted and decrypted I got the following error message:
Couldn't ...
12
votes
0
answers
1k
views
Integrate the Play Integrity API in Google play console
I am new to making apps live in Play console, I have an app that uses firebase phone auth. to remove recaptcha i need to enable app integrity API in cloud console that i did already then in play ...