-
Notifications
You must be signed in to change notification settings - Fork 549
Closed
Labels
documentationThe issue or pull request is about documentationThe issue or pull request is about documentationiOSIssues affecting iOSIssues affecting iOS
Milestone
Description
Hi,
I know that there is an interface IWKHttpCookieStoreObserver but how to use it ?
I have implemented in that way:
public class CookieStoreObserver : NSObject, IWKHttpCookieStoreObserver
{
public void CookiesDidChangeInCookieStore(WKHttpCookieStore cookieStore)
{
}
}
and added to
WKWebsiteDataStore.DefaultDataStore.HttpCookieStore
but it is never called.
I couldn't find any samples in the internet, so this place is my last chance.
Metadata
Metadata
Assignees
Labels
documentationThe issue or pull request is about documentationThe issue or pull request is about documentationiOSIssues affecting iOSIssues affecting iOS