<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.14.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UserNotifications",
  "identifier" : "/documentation/UserNotifications/UNNotificationSettings/notificationCenterSetting",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "User Notifications"
    ],
    "preciseIdentifier" : "c:objc(cs)UNNotificationSettings(py)notificationCenterSetting"
  },
  "title" : "notificationCenterSetting"
}
-->

# notificationCenterSetting

The setting that indicates whether your app’s notifications appear in Notification Center.

```
var notificationCenterSetting: UNNotificationSetting { get }
```

## Discussion

The default value of this property is [`UNNotificationSetting.enabled`](/documentation/UserNotifications/UNNotificationSetting/enabled).

---

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)