Does WKWebView uses cookies from Safari?
问题 According to Apple documentation: ... cookies are shared among all applications and are kept in sync across process boundaries. But there is this iOS Note : Cookies are not shared among applications in iOS. So basically I can not use cookies from Safari inside my app? 回答1: iOS security sandbox disables cookie sharing amongst apps using WKWebView as you've discovered with the iOS note and there's no way around this. You can share cookies between multiple WKWebView 's inside your app by