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

# remotePassEntries(completion:)

Reports the list of passes available to add to an Apple Watch.

```
func remotePassEntries(completion: @escaping @Sendable ([PKIssuerProvisioningExtensionPassEntry]) -> Void)
```

## Parameters

`completion`

A completion handler that the system calls to find the list of passes available to add to an Apple Watch. This handler takes the following parameter:

- `entries`: An array [`PKIssuerProvisioningExtensionPassEntry`](/documentation/PassKit/PKIssuerProvisioningExtensionPassEntry) items representing the passes that are available to add to Wallet.

## Discussion

---

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)