Anyone have a working example of startRangingForIdentifier using iOS/Swift?

startRangingForType ‘works’ fine, but I can’t get startRangingForIdentifier to work.

I’m not the only one? https://gist.github.com/jimbobbennett/c92e33c3ce19bc1f8abe

figured out it was my delegate method.
Per the docs:
http://estimote.github.io/iOS-SDK/Protocols/ESTNearableManagerDelegate.html#//api/name/nearableManager:didRangeNearable
This works:

func nearableManager(manager: ESTNearableManager, didRangeNearable nearable: ESTNearable)
1 Like