Whats the default alert action of CBCentralManager when options = nil
in initialization?
For the below code,
bleCentralManager = CBCentralManager(delegate: self, queue: nil)
System pop up is showing. Don't know why. One of available options
let CBCentralManagerOptionShowPowerAlertKey: String
A Boolean value that specifies whether the system warns the user if the app instantiates the central manager when Bluetooth service isn’t available.