-
Hello, I am trying to get user summary after authenticate with WebView. Webview is opening without any error and I am typing my pass and then It stucks at white screen and It doesn't get into userSummary calls completion blocks. P.S: Authenticator succesfully returns secret.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @emreond, Otherwise do you mind telling me a bit more? Does the |
Beta Was this translation helpful? Give feedback.
Hey @emreond,
are you perhaps on Xcode 13?
Authenticator.keychain
does not currently work with Xcode 13 (the dependency hasn't been updated to fix it yet, unfortunately).Otherwise do you mind telling me a bit more? Does the
Secret
receiveValue
actually get called? Are you making sure you're retainingbin
?