-
-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"[app] wants additional access to your Google Account" on re-sign-in on iOS. #1304
Comments
Hello and thanks for reporting, |
turned out we use v9.1.0 |
it looks like this has nothing to do with this library as we get the same issue using v9.1.0 |
Same issue here. using signInSilently (https://react-native-google-signin.github.io/docs/original#signinsilently) is the only workaround I found |
Same here. Is this something related to this?: google/GoogleSignIn-iOS#407 |
update: I opened an issue in the official google sign in SDK repository, please go there and upvote it, thank you! The issue originates in Google's implementation, not in this package. |
Using 12.2.0 (i.e., not using the sponsor-only version though I am a sponsor), on iOS I see this message from Google when re-signing in to a previously signed-out account. It's new as of a month or so ago, and it's confusing because it doesn't explain what additional scopes are being requested by the app:
Ideas?
Expected Behavior
Just a regular accept sign-in dialog from Google
Actual Behavior
See the screenshot.
Environment
Just passing the webClientId and iosClientId to the .configure call.
The text was updated successfully, but these errors were encountered: