Home > Mobile >  Flutter Google Sign In error - This App isn't verified error
Flutter Google Sign In error - This App isn't verified error

Time:12-23

Deployed the flutter app in production, In google play console app got approved and now it's available in play store. But when user try to login using Google sign in, they are getting the below warning.

Already updated the SHA-1 key from google play console in firebase and downloaded the latest google-service.json file too.

Do i need to do something specific in play console for app to be verified?

What i am missing here. Please help me guys. My app is in production and users are getting this warning.

enter image description here

CodePudding user response:

enter image description here

Your application needs to go though the google verification process.

If you click the link for advanced you can by pass the warning and authorize the application.

Before releasing your application to google play store you should have applied for verification this can take a while depending upon which scopes you have requested.

Google hasn’t verified this app, what now? How to fix It!

  • Related