<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPassLibraryNotificationName",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:@T@PKPassLibraryNotificationName"
  },
  "title" : "PKPassLibraryNotificationName"
}
-->

# PKPassLibraryNotificationName

The types of notifications that the pass library posts.

```
struct PKPassLibraryNotificationName
```

## Topics

### Creating a pass library notification name

[`init(rawValue:)`](/documentation/PassKit/PKPassLibraryNotificationName/init(rawValue:))

Creates a pass library notification name according to the provided raw value.

[`init(_:)`](/documentation/PassKit/PKPassLibraryNotificationName/init(_:))

Creates a pass library notification name according to the provided string.

### Notification names

[`PKPassLibraryDidChange`](/documentation/PassKit/PKPassLibraryNotificationName/PKPassLibraryDidChange)

A notification that PassKit posts when the pass library changes.

[`PKPassLibraryRemotePaymentPassesDidChange`](/documentation/PassKit/PKPassLibraryNotificationName/PKPassLibraryRemotePaymentPassesDidChange)

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



---

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)