I'm trying to range estimote beacons in my app.
But when app ranges beacons after firing [beaconManager:didRangeBeacons:inRegion:]
method,it outputs "CoreBluetooth[API MISUSE] CBCentralManager can only accept commands while in the powered on state " into debug console,and also i'm not able to connect to beacon for changing some values.I can range beacons and read values which don't require connection to beacon,such as minor,major,proximity etc.,but I also need to change them.
What's my problem?
Thanks in advance!