GoogleSignIn-iOS icon indicating copy to clipboard operation
GoogleSignIn-iOS copied to clipboard

Enables iOS and macOS apps to sign in with Google.

Results 121 GoogleSignIn-iOS issues
Sort by recently updated
recently updated
newest added

**Describe the bug** GIDSignIn.sharedInstance.restorePreviousSignIn() does not always invoke the completion handler. I suspect these two closed issues may have the same root cause: * https://github.com/google/GoogleSignIn-iOS/issues/360 * https://github.com/google/GoogleSignIn-iOS/issues/378 **To Reproduce** There...

bug
triage

**Describe the bug** I was updating Google Sign-In in our app from version 6.0.2 to version 7.1.0 and I noticed that even though we're not requesting any additional scopes, `GIDSignIn.sharedInstance.signIn(...)`...

enhancement

Issue found in: https://github.com/google/GoogleSignIn-iOS/pull/414#discussion_r1607303702 The current sign-in and verify flow are brittle when processing the authorization response. The current flow will depend on an `[authFlow wait]` to ensure a token...

enhancement

At the moment, we have two error domains in the GSI (`com.google.GIDSignIn` and `com.google.GIDVerify`). Keeping the existing domain (`com.google.GIDSignIn`) will be the domain for all errors from this library while...

enhancement

Tested with GoogleSignIn and FirebaseAuth in https://github.com/firebase/firebase-ios-sdk/pull/12959 Depends on https://github.com/openid/AppAuth-iOS/pull/858 The PR requires at least Xcode 15 (along with the App Store)

**Describe the bug** After the Google page was closed, Google crashed **Environment** All versions of iOS will The currently accessed version is: 'GoogleSignIn', '5.0.2' **Additional context** Crashed: com.apple.main-thread 0 libobjc.A.dylib...

bug
triage

**Description** Strict mocks in `GIDSignInTest` 'carry forward' in subsequent tests using mocked objects, like `OIDAuthState`. If test receiving error is ran before `GIDSignInTest`, then the test succeeds. **To Reproduce** Steps...

bug

**Describe the bug** Upon repeated sign in, the SDK shows a prompt that reads "App wants additional access to your Google Account" even though no extra access is being requested....

bug
triage

**Describe the bug** - One of your localized strings for the cancel action is being returned as an empty string and crashing our app. - I suspect the issue is...

bug

In reference to #364 Point to the original source repo instead of the archived fork, and update to latest semantic version