Contents

PKPassLibraryRemotePaymentPassesDidChange

A notification that PassKit posts when it adds or removes a pass on a paired remote device.

Declaration

static let PKPassLibraryRemotePaymentPassesDidChange: PKPassLibraryNotificationName

Discussion

PassKit posts this notification on an arbitary queue, and only does so if an instance of PKPassLibrary exists. The notification’s user info dictionary describes the changes. See PKPassLibrary for the keys it uses.

See Also

Notification names