I have implemented native Google sign-in into one of my Xamarin Forms project using page renderer for Android. Till now its working fine but now it isn't. I used GoogleSignInOptions class.
In Activity Result
GoogleSignInResult result = Auth.GoogleSignInApi.GetSignInResultFromIntent(e.Data);
result.IsSuccess always false. Prior it working fine. I have checked with my Google developer console and everything is just fine nothing changed there.
Please help.