I was trying to implement login with Google and Facebook. I have successfully implemented Facebook login with Xamarin.Auth but in the Google Login I am getting error disallowed_useragent, I know Google has changed their policy and will not allow the login using WebView
but is there any other way to implement Login with Google
in Xamarin.Forms (Portable)
?
Thank You.