---
title: isRemotePass
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpass/isremotepass
---

# isRemotePass

A Boolean value that indicates whether the pass is on a paired device, such as an Apple Watch.

## Declaration

```swift
var isRemotePass: Bool { get }
```

## Discussion

Discussion true if the pass is on a paired device, such as an Apple Watch; otherwise, false.

## See Also

### Identifying a pass

- [passType](passkit/pkpass/passtype.md)
- [PKPassType](passkit/pkpasstype.md)
- [secureElementPass](passkit/pkpass/secureelementpass.md)
- [serialNumber](passkit/pkpass/serialnumber.md)
- [passTypeIdentifier](passkit/pkpass/passtypeidentifier.md)
- [deviceName](passkit/pkpass/devicename.md)
- [localizedName](passkit/pkpass/localizedname.md)
- [localizedDescription](passkit/pkpass/localizeddescription.md)
- [paymentPass](passkit/pkpass/paymentpass.md)
