<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKShareablePassMetadata",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKShareablePassMetadata"
  },
  "title" : "PKShareablePassMetadata"
}
-->

# PKShareablePassMetadata

Information that you use to configure the sharing sheet for a pass.

```
class PKShareablePassMetadata
```

## Topics

### Creating a shareable pass metadata object

[`init(provisioningCredentialIdentifier:cardConfigurationIdentifier:sharingInstanceIdentifier:passThumbnailImage:ownerDisplayName:localizedDescription:)`](/documentation/PassKit/PKShareablePassMetadata/init(provisioningCredentialIdentifier:cardConfigurationIdentifier:sharingInstanceIdentifier:passThumbnailImage:ownerDisplayName:localizedDescription:))

Creates a shareable pass metadata object.

[`init(provisioningCredentialIdentifier:sharingInstanceIdentifier:passThumbnailImage:ownerDisplayName:localizedDescription:accountHash:templateIdentifier:relyingPartyIdentifier:requiresUnifiedAccessCapableDevice:)`](/documentation/PassKit/PKShareablePassMetadata/init(provisioningCredentialIdentifier:sharingInstanceIdentifier:passThumbnailImage:ownerDisplayName:localizedDescription:accountHash:templateIdentifier:relyingPartyIdentifier:requiresUnifiedAccessCapableDevice:))

### Displaying information on the share sheet

[`ownerDisplayName`](/documentation/PassKit/PKShareablePassMetadata/ownerDisplayName)

The name of the person that receives a shared pass.

[`passThumbnailImage`](/documentation/PassKit/PKShareablePassMetadata/passThumbnailImage)

A thumbnail image of a pass that the system displays on the sharing sheet.

[`localizedDescription`](/documentation/PassKit/PKShareablePassMetadata/localizedDescription)

A longer form of the pass description that the system displays on the sharing sheet.

### Reading notification properties

[`accountHash`](/documentation/PassKit/PKShareablePassMetadata/accountHash)

An Apple Push Notification push token.

[`relyingPartyIdentifier`](/documentation/PassKit/PKShareablePassMetadata/relyingPartyIdentifier)

An identifier used in push notifications.

[`templateIdentifier`](/documentation/PassKit/PKShareablePassMetadata/templateIdentifier)

An identifier used in push notifications.

[`cardTemplateIdentifier`](/documentation/PassKit/PKShareablePassMetadata/cardTemplateIdentifier)

### Requiring a unified access capable device

[`requiresUnifiedAccessCapableDevice`](/documentation/PassKit/PKShareablePassMetadata/requiresUnifiedAccessCapableDevice)



---

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)