isRegisteredForRemoteNotifications
A Boolean value that indicates if the app has successfully registered for remote notifications.
Declaration
var isRegisteredForRemoteNotifications: Bool { get }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 doesn’t give any indication about whether remote notifications are available.