1 questions from the last 7 days
0
votes
0
answers
24
views
Crash when calling WKHTTPCookieStore.setCookie in async function
I'm running into a crash when trying to sync cookies from my app to a WKWebView HTTPCookieStore. The crash happens at the setCookie call inside an async function. I'm not sure why it's happening.
The ...