Adobe-Marketing-Cloud-Apps / aem-apps-lab-developer

Project content to accompany the Adobe Marketing Summit developer lab
Apache License 2.0
11 stars 11 forks source link

Beacon demo does not work #1

Open EsteBusta opened 9 years ago

EsteBusta commented 9 years ago

Hi,

i'm trying to implement the beacon demo example showed here, same js and html. I debugg the code and it seems to be listening for a "beacon transmitter" but it never find anything. For transmitter as a beacon I'm using the app "Locale" (available in appStore) . The weird stuff here, is that i implemented the sdk estimote in another java class and it worked with the same beacon trasmitter(the app for simulate a beacon transmitter).

I try also to pass a javscript object as region to the method: startRanging(MyRegionObject), but still not working, I figured out the estimote sdk in java uses startRangingBeaconsInRegion(MyRegion) there is something i'm missing or doing in the wrong way?

Please any advice? Greetings.

arumsey commented 9 years ago

I've only ever tried using the beacon demo sample using Estimote beacons. I will try with the "Locale" app you mention to see if I get similar results.