On checking in Estimote App, sometimes its not showing any of these IDs. Because of this, in our Android app we are unable to diplay the Beacon ID. Please help.
It seems like you have two separate problems: one with detecting beacons with the Estimote app, and one in your own app. These are usually unrelated: the Estimote app uses a different detection mechanism than the Estimote Proximity SDK which you embed into your own app. (I assume you use the Estimote Proximity SDK?)
For the Estimote app: so the beacons are sometimes detected, but sometimes not? That sounds like some problem with the smartphone maybe, what device are you using? Could you try with another Android device, and maybe with an iPhone and the Estimote iOS app? This will help us narrow down where the problem might be. (The Estimote Android app, or your particular Android device, etc.)
For your own app: same question I guess, do you sometimes detect the beacons and sometimes don’t? Can you maybe share your code, and also, if you’re using the Proximity SDK, make sure that the beacons are tagged correctly and have Estimote Monitoring enabled?
i) For Estimote App - The issue occured in Moto C Plus Android device. I have also checked with iphone SE device and there i don’t find that issue. Can you please tell, if there is any specific timeframe for detection?
ii)For Android App - Your guess is right. Estimate Monitoring is enabled. We are using the following SDK “implementation 'com.estimote:sdk:0.13.0@aar” . Kindly help’
i) For Estimote App - The issue occured in Moto C Plus Android device. I have also checked with iphone SE device and there i don’t find that issue. Can you please tell, if there is any specific timeframe for detection?
So this means there’s probably some problem with the Moto C Plus. We’ll put it on our list to investigate.
ii)For Android App - Your guess is right. Estimate Monitoring is enabled. We are using the following SDK “implementation 'com.estimote:sdk:0.13.0@aar” . Kindly help’
That’s a very old SDK. For new deployments/integrations, we recommend the latest version of our Proximity SDK: