How to delete WKWebview cookies

后端 未结 13 1420
北荒
北荒 2020-11-27 04:18

For now I am doing like this

    NSHTTPCookie *cookie;
    NSHTTPCookieStorage *storage = [NSHTTPCookieStorage sharedHTTPCookieStorage];
    for (cookie in [         


        
相关标签:
13条回答
  • 2020-11-27 05:14

    WKWebview storing nothing inside [NSHTTPCookieStorage sharedHTTPCookieStorage].

    clearing WKWebsiteDataStore will be the solution for this problem.

    Still for IOS8 which is using WKwebview, this method is not applicable..

    0 讨论(0)
提交回复
热议问题