-
Notifications
You must be signed in to change notification settings - Fork 448
TwitterKit Login always fails first try then succeeds second try - Swift, TwitterKit #100
Comments
I'm seeing this too, the first login attempts to open the Twitter app for auth and then fails, calls back to my app and retries with the WebView. |
Hello, Does anyone have a solution or a workaround for this issue ? |
We're seeing the same issue. |
same issue. tried this too. let store = Twitter.sharedInstance().sessionStore If anyone have solution please help |
I have the same issue. |
Have anyone found the solution? It's happening with me too. |
Also seeing this issue. Sorry to tag directly but @rajul-arora @katejlee are you able to help at all? We are seeing this problem on iOS. Sometimes the Twitter app will successfully return and allow the app to authorise, but other times it immediately returns to our app and loads a WebView prompting for authorisation again which is inconvenient for users. |
One line summary of the issue here.
Expected behavior
As concisely as possible, describe the expected behavior.
Actual behavior
As concisely as possible, describe the observed behavior.
Steps to reproduce the behavior
Please list all relevant steps to reproduce the observed behavior.
The text was updated successfully, but these errors were encountered: