蓝牙权限申请必须要升级到AccessorySetupKit 吗

Generated on 3/3/2025

1 search

To manage Bluetooth permissions and accessory setup in iOS 18, you do not necessarily have to upgrade to AccessorySetupKit. However, AccessorySetupKit provides a more streamlined and privacy-preserving way to handle accessory setup by combining several types of permissions into one process. This includes Bluetooth and Wi-Fi access, which previously required separate permissions.

With AccessorySetupKit, the Bluetooth pairing prompt, Wi-Fi network join prompt, and Bluetooth accessory pairing confirmation are combined into a single flow, simplifying the process for both developers and users. This new tool is especially useful as it allows apps to manage paired accessories without requiring full access to discover devices that have never been paired with the app.

For more details, you can refer to the session Meet AccessorySetupKit (00:01:51) which explains how AccessorySetupKit works and its benefits.