---
title: NSAccessorySetupKitSupports
framework: Bundle Resources
role: symbol
role_heading: Property List Key
platforms: [iOS 18.0+, iPadOS 18.0+]
path: bundleresources/information-property-list/nsaccessorysetupkitsupports
---

# NSAccessorySetupKitSupports

An array of strings that indicates the wireless technologies AccessorySetupKit uses when discovering and configuring accessories.

## Possible Values

Bluetooth: Include this string if your app uses Bluetooth to set up accessories. WiFi: Include this string if your app uses Wi-Fi to set up accessories.

## Discussion

Discussion If you use the Bluetooth value in your array, also add the following keys and values to your information property list: NSAccessorySetupBluetoothCompanyIdentifiers NSAccessorySetupBluetoothNames NSAccessorySetupBluetoothServices

## See Also

### Accessories

- [NSAccessorySetupBluetoothCompanyIdentifiers](bundleresources/information-property-list/nsaccessorysetupbluetoothcompanyidentifiers.md)
- [NSAccessorySetupBluetoothNames](bundleresources/information-property-list/nsaccessorysetupbluetoothnames.md)
- [NSAccessorySetupBluetoothServices](bundleresources/information-property-list/nsaccessorysetupbluetoothservices.md)
