Contents

PKPushCredentials

An object that encapsulates the device token you use to deliver push notifications to your app.

Declaration

class PKPushCredentials

Mentioned 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.

Topics

Getting the Token

See Also

Registration