-
-
Notifications
You must be signed in to change notification settings - Fork 39
Support for AccessorySetupKit on iOS side #219
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When trying to unpair a BLE device on iOS via app, it's not possible due to limitation of iOS rules.
The AccessorySetupKit on iOS allows the app to handle the BLE device. Also no Bluetooth permission needed. AccessorySetupKit makes a BLE device as an accessory for an app. The developers need to add some info about the devices in info.plist and only that devices can be connected.
Can we have AccessorySetupKit support in universal_ble?
Like:
- Add device details in info.plist of the app uses this lib
- Add image in XCode assests of the app uses this lib
- execute UniversalBle.connect(viaAccessorySetupKit_on_iOS : true, askImage: 'mydevice' )
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request