---
title: WKWatchOnly
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/information-property-list/wkwatchonly
---

# WKWatchOnly

A Boolean value indicating whether the app is a watch-only app.

## Discussion

Discussion Xcode automatically includes this key in the WatchKit extension’s information property list and sets its value to YES when you create a project using the Watch App template. When you set the value of this key to YES, the app is only available on Apple Watch, with no related iOS app.

## See Also

### Launch conditions

- [UIRequiredDeviceCapabilities](bundleresources/information-property-list/uirequireddevicecapabilities.md)
- [LSMultipleInstancesProhibited](bundleresources/information-property-list/lsmultipleinstancesprohibited.md)
- [LSArchitecturePriority](bundleresources/information-property-list/lsarchitecturepriority.md)
- [LSRequiresNativeExecution](bundleresources/information-property-list/lsrequiresnativeexecution.md)
- [WKPrefersNetworkUponForeground](bundleresources/information-property-list/wkprefersnetworkuponforeground.md)
- [WKRunsIndependentlyOfCompanionApp](bundleresources/information-property-list/wkrunsindependentlyofcompanionapp.md)
- [PUICAutoLaunchAudioOptOut](bundleresources/information-property-list/puicautolaunchaudiooptout.md)
- [CLKComplicationSupportedFamilies](bundleresources/information-property-list/clkcomplicationsupportedfamilies.md)
