Secure Beacon Ranging Status

Earlier today, ranging secure beacons is not functioning through the Estimote iOS SDK and also unable to connect to beacons with the official Estimote app.

Do we have a cloud status page?

Thanks.

The status page is here:

http://status.estimote.com

We haven’t observed any issues with the cloud yesterday. Do your problems persist? In the app, can you try logging out and in again?

@heypiotr I have noticed the beacons are going ‘offline’ when I attempt to enable the following using the iOS SDK:

writeEstimoteSecureUUIDEnabled

The beacons don’t range until I change a setting in the cloud and use the official app, then it starts to work again.

So you connect to the beacon via the SDK and enable Secure UUID using the method you mentioned?

The beacons don’t range until I change a setting in the cloud and use the official app, then it starts to work again.

Which setting is that?

Note that to be able to range Secure UUID beacons, you need to use ESTSecureBeaconManager instead of ESTBeaconManager, set up your app on Estimote Cloud, and then set up the token via ESTConfig’s setupAppID:andAppToken.