Contents

unregisterForRemoteNotifications()

Unregister for notifications received from Apple Push Notification service.

Declaration

func unregisterForRemoteNotifications()

Discussion

You should only call this method in rare circumstances, such as when a new version of the app drops support for remote notifications. Apps unregistered through this method can always reregister.

See Also

Managing remote notifications