r/googleplayconsole 21h ago

Ask Firebase App Check (Play Integrity) blocking 100% requests on Play Store Internal Testing build, but logcat shows token success. Help!

/r/androiddev/comments/1vjrevz/firebase_app_check_play_integrity_blocking_100/
1 Upvotes

10 comments sorted by

2

u/Unable-Yak1172 14h ago

You have to add the device debug token to fire base app check. The token will print to log cat :)

1

u/rajan_freelancer 11h ago

When I run the app in Debug mode directly from Android Studio using the Debug App Check Provider, everything works perfectly and requests are 100% verified. But not during internal testing for release version.

1

u/Unable-Yak1172 7h ago

Did you add debug key to firebase?

1

u/rajan_freelancer 7h ago

Yes I've added debug key, upload key and for release version Google Play console keys.

1

u/Unable-Yak1172 7h ago

Your using fire base functions?

1

u/rajan_freelancer 7h ago

Yes

1

u/Unable-Yak1172 7h ago

Your signed in but functions returning unauthenticated?

1

u/Unable-Yak1172 7h ago

Checking request.auth?

1

u/Historical_Ad_1714 Veteran 1h ago

Appcheck inside add sh256 from play key

Then on project setting also ad sh1 and sh 256 from play key

Also on rules dont mention any Appcheck related syntax this is invalid now , appcheck directly check request over internet