googlesamples / google-services

A collection of quickstart samples demonstrating the Google APIs for Android and iOS
https://developers.google.com
Apache License 2.0
3.08k stars 2.53k forks source link

ios - GoogleSignIn library no call `signInWillDispatch:error:` before start SFAuthenticationSession authorization #336

Closed seaburg closed 7 years ago

seaburg commented 7 years ago

Hi!

Step 2: Describe your environment: OS version: iOS 11 SDK version: iOS 10 and 11 Library version: 4.10

Step 3: Describe the problem:

GoogleSignIn library does not call [id<GIDSignInUIDelegate> signInWillDispatch:error:] method before start SFAuthenticationSession authorization

microdevil commented 7 years ago

Solved on library version 4.11

seaburg commented 7 years ago

Thanks!