Does anyone else have issues with cookies in WKWebview on iOS 13? It worked on iOS 12.
We need our app which runs in WKWebview on a custom protocol (custom://localhost) to call servers with cookies which allow this origin. The login returns a cookie but it is not used for subsequent requests.
This webkit bug is related: https://bugs.webkit.org/show_bug.cgi?id=140205