xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

Google Login + Xamarin Auth, Not getting callback. #312

Closed krupanshu closed 6 years ago

krupanshu commented 6 years ago

Xamarin.Auth Issue

IF BUG, INCLUDE THIS PART:

Version

Steps to reproduce

  1. Configure all the settings for Google Login. Create the project in the console, download google service-info plist. set its build action after adding it to the root project folder.
  2. Hit on google plus and google auth page open. Enter username and password
  3. When it dismissed, there is no callback we are getting back.

Also when page loads which include google button, it is displaying error in log like below.

Error configuring the Google context: The operation couldn’t be completed. (com.google.greenhouse error -3.)

We are using Xamarin.google.ios.signin version - 4.1.2 Platform:

Expected behaviour

Tell us what should happen

A callback should come by which we can use the response come from google.

Actual behaviour

No callback is coming, and user data is not coming, not able to find out the what error it is.

krupanshu commented 6 years ago

This was only reproducible in the real device. In Simulator it is working fine. Need to figure out the solution for the same.