[Webkit-unassigned] [Bug 218167] New: private API _setCookieAcceptPolicy failure in iOS14

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 25 23:18:34 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=218167

            Bug ID: 218167
           Summary: private API _setCookieAcceptPolicy failure in iOS14
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ztxuzhanqian at 163.com

I set it up in iOS13 using private methods.
This is code:
[self.webView.configuration.processPool performSelector:@selector(_setCookieAcceptPolicy:) withObject:NSHTTPCookieAcceptPolicyAlways afterDelay:0];

On iOS13.It's working and policy is always.But on iOS14.It's failure and policy is never.Even though I set it NSHTTPCookieAcceptPolicyAlways.
So I think it is failure in iOS14 and I change my code,This code has been deleted.But when I updated my App,It‘s not working on iOS14!!!
I should uninstall my App and install,It can be works.
So is there any way to change it in iOS14? In addition to uninstall.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201026/fd41d0dc/attachment.htm>


More information about the webkit-unassigned mailing list