Name property always return (null)

I have configure my three beaons via Estimote app on iOS and give three different name. My I http://cloud.estimote.com/ also show those names properly. But when I want to get the name via my app by "name" property. It always returns (null). Please help me to get names.

Hey there,

"name" property is something that is fetched from the Estimote Cloud and thus requires you to first authenticate and connect to the beacon.

You can see a detailed list of properties and their availability in the SDK reference documentation of the ESTBeacon class:
http://estimote.github.io/iOS-SDK/Classes/ESTBeacon.html

Hey,
I’m having the same problem, and i have changed the name via the cloud, but i still get null when scanning for beacons.