I downloaded the Airport sample app described in Android SDK guide. I have carefully followed the following steps:
Changed UUID, Major and Minor version using several techniques (Estimore cloud and iOS app)
Turned off WIFI (Only Bluetooth is ON)
Restarted Device
Also tried new Region(“XZ”, null, null, null) API to scan for all beacons
…
Still, the onEnteredRegion callback is not getting triggered. Will appreciate any help or pointers
@wiktor thanks for the response. Please ignore this ticket.I figured that it was Hardware issue, nothing to do with Estimote SDK. I was testing on a rooted Samsung Galaxy Tab 2 with Cynagen mod. Apparently, BT was on but the onEnteredRegion callback never got triggered. I retested on a phone running Android L and everything works as expected.