<!--
{
  "availability" : [
    "macOS: 10.8.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSUserNotificationCenter/deliveredNotifications",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSUserNotificationCenter(py)deliveredNotifications"
  },
  "title" : "deliveredNotifications"
}
-->

# deliveredNotifications

An array of all user notifications delivered to the notification center.

```
var deliveredNotifications: [NSUserNotification] { get }
```

## Discussion

The number of notifications the user actually sees in the user interface may be less than the size of this array.

Note that these may or may not have been actually presented to the user. See the [`isPresented`](/documentation/Foundation/NSUserNotification/isPresented) property in the [`NSUserNotification`](/documentation/Foundation/NSUserNotification) class.

> Note:
> A scheduled user notification that specifies a ``doc://com.apple.foundation/documentation/Foundation/NSUserNotification/deliveryRepeatInterval`` remains in the ``doc://com.apple.foundation/documentation/Foundation/NSUserNotificationCenter/scheduledNotifications`` list, even though it has been delivered.  The item that goes into the `deliveredNotifications` list is a copy of the user notification item.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)