2

Safety Net allowed App Check for apps that were not distributed through Google Play. Now that Safety Net is being removed, what is the alternative of using App Check for apps that are not distributed through Google Play as the alternative provided by Firebase (Play Integrity) allows App Check for only the apps that are distributed through Google Play?

Samudra Ganguly
  • 637
  • 4
  • 24

1 Answers1

1

You can use reCaptcha Enterprise for the attestation and then use the token generated by that as a custom provider. There may be alternative attestation providers available, but that is the method I think flutter uses for mfa attestation in their Firebase UI package on Android.

Alexander N.
  • 1,458
  • 14
  • 25