Not getting remainingLifetime using Estimote SDK

Hello Team,

We are facing problem when we try to get remainingLifetime. As described in Example here (Updated 14 Apr 2015)

/**
 *    Remaining lifetime in days, based on current battery level, advertising interval and broadcasting power values
 */
@property (readonly, nonatomic) NSNumber *remainingLifetime;

We are able to get advertising interval and broadcasting power values but can not get remainingLifetime as shown in image below:

Hi,

Could you send the code you use to get remainingLifetime?

Best,

We are using same code.Which is used in Estimote Examples Demo.

if (self.beaconConnection.remainingLifetime)
    {
        self.batteryLevel.text = [NSString stringWithFormat:@"%i%%", [self.beaconConnection.remainingLifetime unsignedCharValue]];
    }

Thank you very much! It’s a bug in our SDK, I’ve passed this to our developers. I will let you know when it’s repaired.