We are in the process of developing our first Estimote iBeacon application on Android and I have a very basic question just to make sure that we are on the correct track; I am depending on the RSSI to decide on the distance from the mobile device and the Beacons, is this the correct way of getting the distance or should I use something else? If the answer is 'YES' then this should work on iOS as well, right?
Can’t you get the RSSI of a Beacon object with the Android method Beacon.getRssi()?
See the Estimote Android SDK JavaDoc, I think it could help you.
I don’t know how to do it on iOS, sorry…