How can I access beacon properties like batteryLevel, temperature, remainingLifetime etc.?

Hello Team,

I want to get all the beacon properties in didDiscoverBeacons or didRangeBeacons methods.is it possible we can access all property of beacon when app is killed i know that method is call when app is shut off but i am not getting all property.what is the best way to access all the property when app is kill and application in background.

Waiting for your reply!!

Kind Regards,
Rushabh

It is not possible, because when you are ranging in background, this action is controlled by SO and it is not supported.

Hello piggate,

Thanks for prompt response !!

I have one more Query I want to user [self.beacon connect] method in didRangeBeacons method i know that didRange and monitoring method not called at that time.I want to call [self.beacon connect] after didRangeBeacons start is it possible ? i lalready set Apptokan and secret value in AppDelegate.m file.

Kind Regards,
Rushabh

Ok it works now after initialize beacon object.

Example :- beacon = [[ESTBeacon alloc] init];