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

Tested locally but not on real cocoapod env yet. Adding CODE_SIGNING_ALLOWED = No in Build Setting to avoid XCode 14 build issue since on XCode 14 the default of CODE_SIGNING_ALLOWED...

I have an error when use GoogleSign-In pod "Signing for "GoogleSignIn-GoogleSignIn" requires a development team " I can change it manually in Pods but in that case build machine on...

Our app currently uses the server auth code to exchange for a token on the backend in order to get the google user id and from that the app specific...

I have wrote a detailed description here about this bug. https://stackoverflow.com/questions/73158166/google-sign-in-returns-error-when-triggered-just-after-dismissing-system-popup Basically the `GIDSignIn.sharedInstance.signIn` closure returns error almost immediately after presenting the google sign in flow if you had system...

I worked on https://github.com/google/GoogleSignIn-iOS/issues/203 I think to be customizable the display text is better than adding document comments like this, so this is a workaround.

Hey developers. GIDAuthentication emits KVO change notifications for properties. https://github.com/google/GoogleSignIn-iOS/blob/main/GoogleSignIn/Sources/GIDAuthentication.m#L258-L266 Anyone is using this and how do you think of it? Any feedback is welcomed. Please help us improve GSI...

## Description I've realized that there is a difference between the display text of ".standard" and ".wide" when we use "GIDSignInButtonStyle" property. But there is no document comments in `GIDSignInButton.h`...

**Describe the bug** If a user does not accept the additional scopes. E.g. Calendar access but not contacts, the login module returns `access_denied` instead of the auth token. ![Screenshot 2024-02-27...

bug

**Is your feature request related to a problem you're having? Please describe.** Apple required App Privacy manifests until 2025. So GoogleSignIn-iOS SDK that contains an app privacy manifest must be...

enhancement
infra

Support needed for Vision OS in order to build Vision pro Apps

enhancement