Holger Dewes
Holger Dewes
When you use a SwiftUI TextField, Xcode will generate this code for you: ```swift TextField("Title", text: $text) { isEditing in // ... } onCommit: { // ... } ``` So...
I'm not 100% sure, but to my knowledge ASWebAuthenticationSession does not share cookies with SFSafariViewController, or mobile Safari for that matter. It only shares cookies with other apps using ASWebAuthenticationSession,...
AppAuth already uses ASWebAuthenticationSession under the hood, for iOS 12 and above. (Don't know about macOS).