Lowest latency RSSI readings displayed?

I'm working on a game, so displaying the RSSI at the lowest latency possible is critical for me. Are there any tricks someone could suggest in iOS to show a practically realtime RSSI reading?

Hi Mike,

The readings are based on how often iOS is probing for a beacon. It happens once a second by default and currently cannot be changed.

Cheers.

Thanks. Is this an iBeacon limitation or a BLE on iOS limitation? In other words, if the advertisements were sent via BLE without the iBeacon framework, would this limitation still hold?

Hi,

It's an iOS limitation, independent from iBeacon protocol.

Cheers.