How can I set cookies on a WKWebView in a SwiftUI app?
I’m trying to set cookies on a WKWebView
so a user is logged in, however, the cookies don’t seem to be recognized making me think they are either not set correctly or the cookies themselves are not correct/valid. In any case the user isn’t logge, which they are when setting those cookies manually in a regular browser outside the simulator (after refreshing the page).