Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem to detect Eddystones on Android #82

Open
LPFraile opened this issue Aug 9, 2021 · 0 comments
Open

Problem to detect Eddystones on Android #82

LPFraile opened this issue Aug 9, 2021 · 0 comments

Comments

@LPFraile
Copy link

LPFraile commented Aug 9, 2021

Hello
I have a problem reading Eddystone format on Android. Is that functionality working correctly? Does not return any error but just does not read any present eddystone that I am able to detect with another app. Notice that the beaconDidUpdate functionality works correctly. I attached the code. Thank you in advance
await connect('', [IBEACON, EDDYSTONE])
await startScanning();
DeviceEventEmitter.addListener('eddystonesDidUpdate', ({eddystones, namespace}) => { console.log('eddystonesDidUpdate', eddystones, namespace); });

@LPFraile LPFraile changed the title Problem to detect Eddsitones on Android Problem to detect Eddystones on Android Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant