NSHTTPCookieManagerAcceptPolicyChanged
A notification posted when the acceptance policy of the cookie storage has changed.
Declaration
static let NSHTTPCookieManagerAcceptPolicyChanged: NSNotification.NameDiscussion
In macOS, cookies are shared among applications, meaning this notification can be received as a result of another application’s actions. Cookies are not shared among applications in iOS.
The notification’s object is the HTTPCookieStorage instance. This notification does not contain a userInfo dictionary.