---
title: isRegisteredForRemoteNotifications
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiapplication/isregisteredforremotenotifications
---

# isRegisteredForRemoteNotifications

A Boolean value that indicates whether the app is currently registered for remote notifications.

## Declaration

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

## Discussion

Discussion This method reflects whether the remote registration process completed successfully—a process that begins when you call the registerForRemoteNotifications() method. This method does not reflect whether remote notifications are actually available due to connectivity issues. The value returned by this method takes into account the user’s preferences for receiving remote notifications.

## See Also

### Registering for remote notifications

- [registerForRemoteNotifications()](uikit/uiapplication/registerforremotenotifications().md)
- [unregisterForRemoteNotifications()](uikit/uiapplication/unregisterforremotenotifications().md)
