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];