Detect beacon's UUID, major and minor ID

Can we detect the UUID, major and minor ID of nearby estimote beacon without initialize ‘[[ESTBeaconRegion alloc] initWithProximityUUID:ESTIMOTE_PROXIMITY_UUID identifier:@“EstimoteSampleRegion”]’?

Hi @amans,

No, you always need to declare regions to get UUID/major/minor values of a beacon.

Best,