AccessorySetupKit Find My

Asked on 2026-02-27

1 search

The AccessorySetupKit is a new framework introduced by Apple to streamline the setup and management of Bluetooth and Wi-Fi accessories. It provides a privacy-friendly approach that combines several types of permissions into one straightforward flow, replacing the need for multiple prompts that were previously required. This includes the Bluetooth pairing prompt, the Wi-Fi network join prompt, and the Bluetooth accessory pairing confirmation.

With AccessorySetupKit, you can manage accessories with Bluetooth and Wi-Fi by simply calling an API, which brings up a new accessory picker. This picker displays nearby accessories that your app wants to pair with, showing high-fidelity artwork and friendly names for easy identification. The setup process is designed to be user-initiated, minimizing friction during the critical first experience with a product.

The framework also supports the migration of existing accessories to be managed by AccessorySetupKit, allowing them to be found in the new accessory settings. This is done by using migration display items in the showPicker call.

For more detailed information, you can refer to the session "Meet AccessorySetupKit" from WWDC 2024.