Post

Replies

Boosts

Views

Activity

Reply to showBluetoothAccessoryPicker
The picker views only unpaired MFi devices.The EAAcessory framework does not provide an API to connect to a device.The MFi device can initiate connection to the iPhone - so if your device can supports GATT you can use CoreBluetooth to connect to the device and ask it to connect over iAP.Another options is the "bridging" feature mentioned in the last WWDC session about CoreBluetooth - with this feature the iPhone connects to the classic bluetooth device when it discover this device over BLE.
Jan ’20
Reply to CoreBluetooth drops connection on WatchOS 8.0.1
Adding the bluetooth-central UIBackgroundMode solved this issue for us in debug mode. The problem is that we fail to upload the app since there because of missing com.apple.developer.bluetooth-central-background entitlement. The problem is that we didn't find a way to add this entitlement in the portal or in Xcode. I opened a DTS and waiting for a reply.
Nov ’21