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

Hello, We are using GoogleSignIn for a few years. Suddenly, some users start to get "com.google.GIDSignIn / error code: -2 / keychain error" and we can't sign them in to...

We'd like to archive the `DaysUntilBirthday` sample app on a regular basis to ensure that clients depending upon GoogleSignIn-iOS will not be broken. Doing so requires signing the sample app....

infra

Context: You can not pass a rawNonce to signInWithGoogle. When using signInWithGoogle on Android, the returned idToken does not return a nonce. This makes sense because a rawNonce is not...

I've added the GoogleSignIn pod to the dynamic framework and no errors show up during pod install and build time. But when I run the app, it crashes with the...

I want to generate static library ,so use GoogleSign will not embed &sign

**Google sign in NOT working and returns connection error.** ``` Error! Optional(Error Domain=org.openid.appauth.general Code=-5 "Connection error making token request to 'https://oauth2.googleapis.com/token': The request timed out.." UserInfo={NSLocalizedDescription=Connection error making token request...

[PR 103](https://github.com/google/GoogleSignIn-iOS/pull/103) adds a native sign-in button for SwiftUI. We should provide an [`NSHostingView`](https://developer.apple.com/documentation/swiftui/nshostingview) so that this button can be used in AppKit.

enhancement
Swift

v6.1.0 of the SDK changed some of the methods in GIDSignIn to become unavailable to extensions. Whilst I can understand the motive, I think this is too draconian a change....

Hi! I'm trying to get Google sign-in to work with an iOS app + Mac Catalyst, but the Safari browser never launches on macOS in order to actually perform the...