Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

beaconManagerDidStopAdvertising delegate method missing #159

Closed iandundas closed 10 years ago

iandundas commented 10 years ago

There is a beaconManagerDidStartAdvertising:error: method, but no equivalent for stopping. How come, and can it be added?

heypiotr commented 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.

iandundas commented 10 years ago

Thanks - in case it helps anyone else in the ended up observing -isAdvertising for changes (on CBPeripheralManager)