-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BT on/off not working in iOS 14 #27
Comments
Same here, when Turn ON bluetooth with iOS 14, can someone help please? Insufficient entitlements to invoke BTLocalDeviceSetModulePower: 13 But the app built and run fine with iOS 13. |
Any updates on this? Also encountered this problem in iOS 14. |
Upgraded to iOS14.6 and new Xcode, this issue is not observed. [MobileBluetoothFramework] MBFXPC LOG Failed to attach to the Bluetooth daemon as the XPC connection is invalid Think this is related to https://developer.limneos.net/?ios=14.4&framework=BluetoothManager.framework&header=RemoteDeviceManager.h and similar to #28 Can anyone help please? |
Spent a few days trying different things, and still not getting anywhere. In general, it looks like the Private BluetoothManager failed to establish XPC connection with the Bluetooth daemon when instantiate the SharedInstance. Many suggested issues with the Info.plist, and object went out of scope, which didn't help. I assume iOS 14 still uses Bluetooth's Notifications, as there isn't an article to say otherwise; which then suggests that we need to establish the XPC connection with the Bluetooth daemon, in order to get the notifications to work. I had explored "BluetoothBridge", "BTServicesClient" etc. and still the same. Hopefully someone with better understanding can revive this project. |
With new iOS 14, the Bluetooth enabled/disable has stopped working. Anybody looking into this issue?
The text was updated successfully, but these errors were encountered: