I want to support third-party cookies in an iOS application using WKWebView. Is there any way to support third-party cookies when the user has blocked all cookies in Safari's settings (Settings -> Safari -> Block Cookies -> Always)?
I have tried saving all cookies from the response and sending them in the request but it did not help.
WKWebView
from the documentation. – Subversive