Estimote Telmetry - How to get Beacon Battery Pencetage

http://developer.estimote.com/sensors/estimote-telemetry/ , in this link specified we can get Battery percentage. But on new SDK refernce and IOS SDK source have not the instance variable for Beacon percentage.

Let me know how to get Beacon percentage. (i have location beacons)

Hi there!
You’re right—this is currently available in Android, and we’ll be working to add it to the iOS SDK as well.
In the meantime, you can also use the Beacon Health Check to monitor whenever your beacons run low on power.
Other than that, you can use ESTBeaconOperationPowerBatteryPercentage on iOS to read the battery percentage of a beacon—just bear in mind that this one requires connecting to the beacon.

Hi Estimote,

Is the battery percentage issue in iOS SDK fixed?