---
title: isRegisteredForRemoteNotifications
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkextension/isregisteredforremotenotifications
---

# isRegisteredForRemoteNotifications

A Boolean value that indicates if the app has successfully registered for remote notifications.

## Declaration

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

## Discussion

Discussion This method indicates whether your app successfully registered for remote notifications using the registerForRemoteNotifications() method. It also takes into account the notification permissions set by the user. It does not give any indication about whether remote notifications are available.

## See Also

### Registering for remote notifications

- [registerForRemoteNotifications()](watchkit/wkextension/registerforremotenotifications().md)
- [unregisterForRemoteNotifications()](watchkit/wkextension/unregisterforremotenotifications().md)
