CBCentralManagerOptionShowPowerAlertKey – No dialog when disabled via Control Center

[[CBCentralManager alloc] initWithDelegate:self
queue:nil
options:@{CBCentralManagerOptionShowPowerAlertKey:[NSNumber numberWithBool:YES]}]

should show a dialog like this if Bluetooth is disabled.
That works if it was disabled in the settings. But it doesn't show up if it was disabled via Control Center.


Is there a way to show that in both cases?
If not, is there a way to differentiate if it was disabled via settings or via Control Center?

Replies

We have exactly the same problem. Did you find a solution?


Is there a way to show the popup if the Bluetooth is disabled and not just off?