Bluetooth permission from Mac OS 11.0
-
Hi everyone,
My bluetooth application is running as a service on Mac OS. everything work fine until Mac OS 11.0 (beta version) requires permission access for it. seem, normal application work fine. but i have no idea to do it with a service.
Do you have any idea for that? or does QT have a plan to support us on this issue? -
do anyone has some suggestions on this?
-
IIRC you have to add to the Info.plist an entry to
NSBluetoothPeripheralUsageDescription
and/or
NSBluetoothAlwaysUsageDescription
that should do the trick
-
thank @J-Hilk . we checked that way, but seem, it doesn't work.
-
@Pham-Hoang well, it works for me.
Show us your info.plist file and the pro file, and also make sure to delete the build folder after modifying and of those two
-
so, sorry @J-Hilk . i missed notify on this issue.
uhm. our application is running as a service. is the issue from that? seem it haven't happened with normal applications. -
@Pham-Hoang No problem :D
our application is running as a service. is the issue from that
possibly, sadly I do not have experience with services on macOS, so I can't really say for sure