---
title: NSHTTPCookieManagerAcceptPolicyChanged
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsnotification/name-swift.struct/nshttpcookiemanageracceptpolicychanged
---

# NSHTTPCookieManagerAcceptPolicyChanged

A notification posted when the acceptance policy of the cookie storage has changed.

## Declaration

```swift
static let NSHTTPCookieManagerAcceptPolicyChanged: NSNotification.Name
```

## Discussion

Discussion 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.

## See Also

### Tracking cookie storage changes

- [NSHTTPCookieManagerCookiesChanged](foundation/nsnotification/name-swift.struct/nshttpcookiemanagercookieschanged.md)
- [HTTPCookieStorage.CookiesChangedMessage](foundation/httpcookiestorage/cookieschangedmessage.md)
