So from reading the CBPeripheralDelegate documentation, it appears that RSSI and peripheralDidUpdateRSSI:error: were deprecated with i
CBPeripheralDelegate
RSSI
peripheralDidUpdateRSSI:error:
It works again in iOS 8.0.2!
use [myPeripheral readRSSI];
[myPeripheral readRSSI];