Dismiss the "Turn on bluetooth" message ESTBeaconManager

Hello,

I have a question, I use the Estimote SDK for iOS.
Can i disable the message prompt “Turn on bluetooth” when ESTBeaconManager is allocated?

Normally I can call following to dismiss the message.

NSDictionary *options = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:NO], CBCentralManagerOptionShowPowerAlertKey, nil];

CBCentralManager *bluetoothManager = [[CBCentralManager alloc] initWithDelegate:self queue:nil options:options];

This was possible until the last version of your SDK, but until I have upgraded to version: 3.2.2, I get this message always I allocate the ESTBeaconManager object.

Is it possible to disable the default message through the SDK?

King regards,
Stefan Deutschmann

We fixed that in 3.2.3, can you update and let us know if it resolves your problem?