Support third-party cookies in WKWebView
Asked Answered
E

0

13

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.

Elise answered 18/11, 2015 at 18:30 Comment(1)
Even now, in iOS 11, it doesn't seem possible in my testing. Regardless of what the user's Safari settings are. Still hoping for an official answer if this is true, because I can't determine third party cookie support for WKWebView from the documentation.Subversive

© 2022 - 2024 — McMap. All rights reserved.