Hi, I've encountered a problem on the device while trying to call
WKWebsiteDataStore.default().httpCookieStore.getAllCookies() and got a message like :
"Could not signal service com.apple.WebKit.WebContent" And the completion block didn't get called. So the our app is hanging on waiting for the response
This should be listed as a bug for Apple since even though there's an error, the completion block should get called or should throw some error here.
I don't know what caused the problem, I only tried to install and reinstall different buiild of the app, let me know if anyone knows how to resolve the issue. Thanks!