Search code examples
iosswiftiphonebluetoothios13

Bluetooth Permission Request Alert in iOS 13, Yet App Doesn't Use Bluetooth


When I run my app on iOS 13, I am getting the Bluetooth permission request alert popping up. I have searched the project and nowhere in it, or the pods, is CoreBluetooth being imported or called in any way.

I do have some third party libraries, which don't appear to be accessing bluetooth. What could be causing this permission alert?


Solution

  • Bugsee team member is here.

    In the latest versions of our iOS SDK we've added BugseeMonitorBluetoothStatusKey launch option (for more info refer to https://docs.bugsee.com/sdk/ios/configuration/) which by default is set to NO. So, to prevent that dialog from popping up, make sure you're using latest SDK and not setting that option.