Bluetooth in Daemon program Not Working on Big Sur.

I use Authorization Plugin & Daemon to connect to mobile phone via Bluetooth to do user login authentication.

It can be used normally in macOS 10.14, 10.15.

But on Big Sur, the Bluetooth function is not working. To use [CBCentralManager authorization] always get CBManagerAuthorizationDenied.

I have tried the following but it still not work.

  • Add NSBluetoothAlwaysUsageDescription in plist
  • Manually add my daemon program to the Security & Privacy > Bluetooth

Is there any way to make the Bluetooth function to work?

  • Eddie Hua — Just for information, we have the same problem. We opened a feedback ticket as requested by Gualtier Malde (FB9297838).

Add a Comment

Replies

On Big Sur, it is not possible to use Bluetooth in a daemon. There are unfortunately no workarounds for this either.

You may want to submit an enhancement request regarding this issue using Feedback Assistant (https://feedbackassistant.apple.com). For more information on Feedback Assistant, please visit https://developer.apple.com/bug-reporting/.

  • Hi,

    I have the same issue with a Authorization Plugin and Daemon not working with BLE.

    Any news on this, anybody?

    cheers

Add a Comment