Did anyone figure out a way how to not open a webview inside the host app and instead ask the actual twitter app or the twitter website for authentication?
The Clubhouse app for example also lets you authenticate with twitter, but it opens the real website or twitter app for that, which means the user can is usually already logged in and doesn't have to type username and password again.
Maybe there is a setting in ASWebAuthenticationSession I am missing, since it says
A browser loads and displays the page, from which the user can authenticate. In iOS, the browser is a secure, embedded web view.
And clearly it's possible to auth with twitter without having to create a embedded web view.
Did anyone figure out a way how to not open a webview inside the host app and instead ask the actual twitter app or the twitter website for authentication?
The Clubhouse app for example also lets you authenticate with twitter, but it opens the real website or twitter app for that, which means the user can is usually already logged in and doesn't have to type username and password again.
Maybe there is a setting in
ASWebAuthenticationSession
I am missing, since it saysAnd clearly it's possible to auth with twitter without having to create a embedded web view.