Open Zhangos opened 1 year ago
I have the same issue using Google.SignIn.SignIn.SharedInstance.SignedIn += OnSignedIn
. It's never called and there are no errors or warning in the console.
@Zhangos have you been able to find a workaround or some ideas why it happens?
Surprisingly using SharedInstance.Delegate = this
instead of SharedInstance.SignedIn += OnSignedIn
started to work for me, where this
implements ISignInDelegate
.
Xamarin.Google.iOS.SignIn version 5.0.2.4 does not call ISignInUIDelegate methods when calling SignIn.SharedInstance.SignInUser();