PKPushCredentials
An object that encapsulates the device token you use to deliver push notifications to your app.
Declaration
class PKPushCredentialsMentioned in
Overview
When registering your app’s push types, PushKit creates a PKPushCredentials object for each type your app supports and delivers it to your delegate’s pushRegistry(_:didUpdate:for:) method. Don’t create PKPushCredentials objects yourself.