Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google play integrity api issue in flutter

I am migrating my app from Google play safety net API to Integrity API, but after releasing it to playstore the app is not working. It only shows loading.

My project running with Flutter framework. The play console settings and setups are done. But I don't have any idea about integrating and setup play integrity API in Flutter. Does anyone have any idea about this one?

implementation "com.google.android.play:integrity:1.0.1"

I've already added to dependencies of build.gradle file.

like image 280
Syam Avatar asked Apr 10 '26 15:04

Syam


1 Answers

In your app use the new updated BoM 31.4.0 library.

File to edit is app/build.gradle

dependencies {
  // Import the BoM for the Firebase platform
  implementation platform('com.google.firebase:firebase-bom:31.4.0')
}
like image 100
Chetan Avatar answered Apr 13 '26 04:04

Chetan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!