Hello,
I am the developer of an app that is published on the App Store. This app connects to Bluetooth devices to read their battery levels. However, it seems that CoreBluetooth, which is used to discover and connect to devices, has completely stopped working on macOS Monterey.
The delegate methods are no longer triggered. When I start my app I see the following messages in the output area:
[CoreBluetooth] No name or address
The Console app shows a lot of this messages:
error 14:56:23.730415+0200 bluetoothd Server.Core sdp attributes is empty
I don't know if this is related in any case. Are there any new entitlements or something like that? I did not change any single line and on Big Sur, everything works fine. A customer of mine, which also uses the beta version, already contacted me, so this seems to be a general issue - at least with my app? The app also works fine on Big Sur for the customer.