<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UserNotifications",
  "identifier" : "/documentation/UserNotifications/UNAuthorizationStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "User Notifications"
    ],
    "preciseIdentifier" : "c:@E@UNAuthorizationStatus"
  },
  "title" : "UNAuthorizationStatus"
}
-->

# UNAuthorizationStatus

Constants indicating whether the app is allowed to schedule notifications.

```
enum UNAuthorizationStatus
```

## Topics

### Status

[`UNAuthorizationStatus.notDetermined`](/documentation/UserNotifications/UNAuthorizationStatus/notDetermined)

The user hasn’t yet made a choice about whether the app is allowed to schedule notifications.

[`UNAuthorizationStatus.denied`](/documentation/UserNotifications/UNAuthorizationStatus/denied)

The app isn’t authorized to schedule or receive notifications.

[`UNAuthorizationStatus.authorized`](/documentation/UserNotifications/UNAuthorizationStatus/authorized)

The app is authorized to schedule or receive notifications.

[`UNAuthorizationStatus.provisional`](/documentation/UserNotifications/UNAuthorizationStatus/provisional)

The application is provisionally authorized to post noninterruptive user notifications.

[`UNAuthorizationStatus.ephemeral`](/documentation/UserNotifications/UNAuthorizationStatus/ephemeral)

The app is authorized to schedule or receive notifications for a limited amount of time.



---

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)