In this iBeacons tutorial you'll build an app that lets you register known iBeacon emitters, and tells you when your phone has moved outside their range. The use cases for such an app are infinite; the only restriction is your imagination.
Anybody able to detect the iBeacon using this tutorial? Any help is welcome. Ray, I tried registering same UUID as mentioned but the beacons are not detected, any other pre requisite?
I found solution on SO
Need to add some key-value pairs in Info.plist
After that OS shows prompt and then status of location manager changed from
LocationServicesStateNotDetermined to LocationServicesStateAvailable
And all works fine!