WalletKit.registerDeviceToken
. This token can be obtained from either FCM or APNS, depending on the platform used.
In your AppDelegate, you need to register your device token for push notifications. To enable encrypted push notifications, set the enableEncrypted
flag to true
.
handleWalletKitNotification
and handleNotifyNotification
methods can be found in our Sample App