---
title: isRegisteredForRemoteNotifications
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsapplication/isregisteredforremotenotifications
---

# isRegisteredForRemoteNotifications

A Boolean value indicating whether the app is registered with Apple Push Notification service (APNs).

## Declaration

```swift
var isRegisteredForRemoteNotifications: Bool { get }
```

## See Also

### Managing remote notifications

- [registerForRemoteNotifications()](appkit/nsapplication/registerforremotenotifications().md)
- [unregisterForRemoteNotifications()](appkit/nsapplication/unregisterforremotenotifications().md)
- [enabledRemoteNotificationTypes](appkit/nsapplication/enabledremotenotificationtypes.md)
- [registerForRemoteNotifications(matching:)](appkit/nsapplication/registerforremotenotifications(matching:).md)
- [NSApplication.RemoteNotificationType](appkit/nsapplication/remotenotificationtype.md)
