PKPushRegistryDelegate
The methods that you use to handle incoming PushKit notifications and registration events.
Declaration
protocol PKPushRegistryDelegate : NSObjectProtocolOverview
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.