How to do Ranging in Estimote Android SDK 1.+?

I just updated SDK from 0.16.0 to 1.0.2 but I saw many errors comes now.

In newer version of SDK they removed RangingListener() from BeaconManager. So my question is that how to do Ranging in newer SDK ?

take a look on this migration guide
https://github.com/Estimote/Android-SDK/blob/master/Docs/switching_to_1.0.0.md

1 Like

Hi @mdp3030,

the RangingListener was moved to BeaconRangingListener.
I did the same, so maybe I could help you if you have other errors.

1 Like

Ok thanks. It’s very simple change.