Is there API to detect battery life of Estimote beacon?

I want to display battery life of the detected estimote beacon device in my custom app. is it possible to detect the battery life using Estimote SDK.

Hi Nandha,

Yes, it is possible. You can use the batteryLevel method from our SDK for that: http://estimote.github.io/iOS-SDK/Classes/ESTBeacon.html#//api/name/batteryLevel

Cheers.