SafetyNet attestation API deprecated
Asked Answered
C

2

8

The SafetyNet Attestation API is being discontinued and replaced by the new Play Integrity API. Begin migration as soon as possible to avoid user disruption. The Play Integrity API includes all the integrity signals that SafetyNet Attestation offers and more, like Google Play licensing and better error messaging. Learn more and start migrating at https://developer.android.com/training/safetynet/deprecation-timeline

This is a message from google play. I am not directly using the safety net attestation. The migration document is not much help to me. The only part of my app that might be involved with safetyNet is com.google.android.gms. So where should I make the changes. If anyone could please shed some light on why I am getting this issue and how I can fix it.

Completion answered 27/7, 2022 at 10:50 Comment(2)
Did you figure this out? I'm facing the same issue.Roberson
has anyone figured out a solution for Flutter?Cedilla
B
1

Upgrade your firebase BOM library with below version

implementation platform('com.google.firebase:firebase-bom:32.0.0')

Braze answered 10/5, 2023 at 6:29 Comment(2)
where exactly do I put that ins my Flutter app?Cedilla
@Cedilla in app level build.gradleMoustache
C
0

Haven't checked this yet but following is the steps they have mentioned for proper migration:-

  • If you’ve defined your anti-abuse strategy and are using the SafetyNet Attestation API, you’ll need to set up the Play Integrity API from your Play Console, then follow the migration guide.

  • If you’re not distributing your app through Google Play, you can use the Play Integrity API from the Google Cloud Console by following these steps. By using this process, you don't have to create a Play developer account or publish a release in the Google Play Console.

Completion answered 6/10, 2022 at 6:54 Comment(1)
If I am not wrong, Play Integrity API works only for apps distributed through Play StoreBrighten

© 2022 - 2024 — McMap. All rights reserved.