---
title: "remotePassEntries(completion:)"
framework: passkit
role: symbol
role_heading: Instance Method
path: "passkit/pkissuerprovisioningextensionhandler/remotepassentries(completion:)"
---

# remotePassEntries(completion:)

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

## Declaration

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

```swift
func remotePassEntries() async -> [PKIssuerProvisioningExtensionPassEntry]
```

## 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:

## See Also

### Returning available passes

- [passEntries(completion:)](passkit/pkissuerprovisioningextensionhandler/passentries(completion:).md)
- [PKIssuerProvisioningExtensionPassEntry](passkit/pkissuerprovisioningextensionpassentry.md)
- [PKIssuerProvisioningExtensionPaymentPassEntry](passkit/pkissuerprovisioningextensionpaymentpassentry.md)
