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: