wkwebview & cookies

Hi there,

can I manage cookies programmatically in WKWebView in iOS 9 with override WKWebsiteDataStore or another ones?

Can you help me? Also can I create custom storage instead of defaultDataStore? I inherit from WKWebsiteDataStore & create custom class but I'm getting access error in line

configuration.websiteDataStore = customStore;

WKWebView* wkWebView = [[WKWebView alloc] initWithFrame:frame configuration:configuration];

Hi, I'm facing a similar issue. Did you resolve your problem? If yes, how?


Regards

Viktor

wkwebview & cookies
 
 
Q