Contents

PKPushRegistryDelegate

The methods that you use to handle incoming PushKit notifications and registration events.

Declaration

protocol PKPushRegistryDelegate : NSObjectProtocol

Overview

Implement the methods of this protocol in an object of your app and assign that object to the delegate property of your PKPushRegistry object. Use the methods of this protocol to process incoming notifications and to react to token registration and invalidation.

Topics

Responding to Registration Events

Handling an Incoming Notification

Deprecated Methods

Instance Methods

See Also

Registration