---
title: isPaired
framework: watchconnectivity
role: symbol
role_heading: Instance Property
path: watchconnectivity/wcsession/ispaired
---

# isPaired

A Boolean indicating whether the current iPhone has a paired Apple Watch.

## Declaration

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

## Discussion

Discussion The value of this property is true when the iPhone is paired to an Apple Watch or false when it is not. The value in this property is valid only for a configured session that has been activated successfully. If the activationState property is available, its value must be WCSessionActivationState.activated. When the session becomes inactive or deactivated, you should ignore the value in this property.

## See Also

### Getting the Paired Device Information

- [iOSDeviceNeedsUnlockAfterRebootForReachability](watchconnectivity/wcsession/iosdeviceneedsunlockafterrebootforreachability.md)
- [isWatchAppInstalled](watchconnectivity/wcsession/iswatchappinstalled.md)
- [isCompanionAppInstalled](watchconnectivity/wcsession/iscompanionappinstalled.md)
- [isComplicationEnabled](watchconnectivity/wcsession/iscomplicationenabled.md)
- [watchDirectoryURL](watchconnectivity/wcsession/watchdirectoryurl.md)
