EduardaMelo
EduardaMelo

Reputation: 1

Implement AppCheck in Android Studio

I'm developing an app in Android Studio and I use Firebase as my database. However, when I accessed Firebase, a warning appeared informing me that I would need to enable two-step verification and implement App Check by May 2025.

I clicked on the "App Check" option in the Firebase sidebar and was directed to a screen with the options "APIs" and "Apps". When I selected "Apps", I found my app with the option to register it (which would be the implementation of App Check). When I chose the "Play Integrity" method and entered the SHA-256 fingerprint, I received the error message: "An error occurred while accepting the terms", even with the terms of service checkbox selected.

Does anyone know how I can solve this problem?

I got the SHA-256 key both through the computer's command prompt and through Android Studio, which is the program I use to make the app, but it keeps giving me an error and I can't implement App Check.

Upvotes: 0

Views: 27

Answers (0)

Related Questions