8

I am newbie in Xamarin, and Iwould like to have a Google login in my new app with Xamarin Forms. What is the right way? Is there any updated tutorial or video to guide? Where to start?

thanks

4
  • 2
    Did you take a look at the docs: developer.xamarin.com/guides/xamarin-forms/web-services/… Pretty good walkthrough. Commented Apr 2, 2016 at 4:07
  • @JamesMontemagno, Is Xamarin.Auth work with Windows phone? Commented Jul 4, 2016 at 5:24
  • 2
    Yes it works with Windows phone but didn't work in iOS as Apple not allow browser based authentication from client app so batter you implement Platform specific code for the same because as per my knowledge Google is also don't allow browser based authentication in Android from client app in near future. Commented Jan 13, 2017 at 6:41
  • The Xamarin.Auth Problems should be fixed by now Commented Jul 18, 2017 at 9:15

1 Answer 1

4

Apart from the link mentioned by @JamesMontemagno (he is the best!), you can watch the video by Houssem Dellai for the same.

There is a also Xamarin cross-platform component for the same.

Video: https://youtu.be/AgFIsVr26zg

GitHub: https://github.com/HoussemDellai/Google-Login-Xamarin-Forms/tree/master/GoogleLogin/GoogleLogin/Views

Hope it helps. Let me know.

Sign up to request clarification or add additional context in comments.

3 Comments

While links may contain an answer, please write down the key points of your solution in this answer and explain it. Imagine that once those links expire your answer will be completely useless for any further visitor of this post.
I understand (and agree with) your point; but unfortunately, I haven't tried the solution myself. But wanted to help and thought the links were a good reference. Thanks.
Ok, another point. Please only post answers if you know that they solve OP's issue. It's a requirement that answers provide a working solution. :-) Otherwise a guess/hint/plain advice belongs to the comment section. Once you have enough reputation (I guess around 50) you will be able to comment on the question. By the way, welcome to Stack Overflow. :-)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.