RSSI from location beacon

During the develop process, we face some problems regarding setting the time intervals of receiving RSSI value for location beacon. Right now we use two methods:

  1. We use didRangeBeacons to get the beacons information. However the update interval is too slow at 1 second.

  2. We use [self.utilityManager startEstimoteBeaconDiscoveryWithUpdateInterval:.1] to get the beacons information. However the location beacon is not detected.

1 Like