Changing beacon to secure, ranging stops working

hi,

When i turn on the secure UUID in the estimote app, my app doesn’t recieve any signals ?? i’m calling the ESTConfig with API ID & Token. Do you i need to do anything else to access secure beacons.

I’m initialising beacon using this code

self.beaconManager = [[ESTBeaconManager alloc] init];
self.beaconManager.delegate = self;
self.beaconRegion = [[CLBeaconRegion alloc]
initWithProximityUUID:ESTIMOTE_PROXIMITY_UUID
identifier:@“CloudOffers”];

Thank you
venkat

Never mind figured it out, you need to use ESTSecureBeacon