You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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); });
The text was updated successfully, but these errors were encountered:
LPFraile
changed the title
Problem to detect Eddsitones on Android
Problem to detect Eddystones on Android
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); });
The text was updated successfully, but these errors were encountered: