Beacon Monitor / Notification Not Working when Secure UUID is turned on

Hi,

I am testing the beacon notification features on an android app. The app works well when the secure UUID is turned off, but the same app failed to function when the secure UUID on the beacon is turned ON.

I have followed the instruction to add the EstimoteSDK.initialize(getApplicationContext(), “AppID”, “AppToken”) in my app, unfoturnately it is still not working.

Not too sure if there are steps I missed out. Hope you guys could help. Thanks.

Regards,
KM

For Secure UUID beacons, you also need to use SecureRegion instead of Region. Other than the name of the region class (and the underlying implementation, of course, but that’s all handled by the SDK for you), no other changes are needed for your app to work with Secure-UUID–enabled beacons.

Hope this helps!