<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPassLibraryNotificationName/PKPassLibraryRemotePaymentPassesDidChange",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)",
      "PassKit"
    ],
    "preciseIdentifier" : "c:@PKPassLibraryRemotePaymentPassesDidChangeNotification"
  },
  "title" : "PKPassLibraryRemotePaymentPassesDidChange"
}
-->

# PKPassLibraryRemotePaymentPassesDidChange

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

```
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`](/documentation/PassKit/PKPassLibrary) for the keys it uses.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)