-
Notifications
You must be signed in to change notification settings - Fork 115
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
Google Sign-in is broken: 403 error disallowed user agent #175
Comments
Same issue here, how could you fix the issue, or there is no way at the moment? Add to that, now I cannot input the password when I try to log in on the same presented view by the Evernote SDK. It shows the white screen instead of showing the password form after you input the email address. |
Hello, engineer at Evernote here. It is a known limitation that our iOS SDK does not support Google sign-in. We currently don't have plans to prioritize this issue. PRs are welcomed. The separate issue of seeing a blank screen on regular login, has been raised internally and we have someone looking into the problem. |
Can you then hide the Google Sign In button to avoid the confusing error screen? |
Is there any progress in this issue? |
Repro steps
ENSession.shared.authenticate(with:preferRegistration:completion:)
)This issue is affecting our app Genius Scan and I could also reproduce it with @agiletortoise Drafts App.
Solution
The problem is likely that the login must happen in a safari controller and not in a webview.
The text was updated successfully, but these errors were encountered: