Closed iandundas closed 10 years ago
This is because CoreBluetooth itself doesn't expose any delegate methods that are called when advertising stops. I'm afraid there's not much we can do about it.
Thanks - in case it helps anyone else in the ended up observing -isAdvertising
for changes (on CBPeripheralManager)
There is a beaconManagerDidStartAdvertising:error: method, but no equivalent for stopping. How come, and can it be added?