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.