demetrio812 / nativescript-ibeacon

iBeacon library for Nativescript (supporting iOS and Android)
Other
13 stars 9 forks source link

Demo not reading the eddystone information #6

Closed deividfortuna closed 7 years ago

deividfortuna commented 7 years ago

Hi, I'm pretty new in nativescript and ibeacons.

I'm trying to run your demo in my android device, and when I turn on my eddystone the only thing that I get on my terminal is this:

JS: Hello World Model constructed JS: constructor JS: Already authorised JS: beaconManager created JS: onBeaconServiceConnect JS: onBeaconManagerReady JS: startRanging JS: startRangingBeaconsInRegion JS: startMonitoring JS: didDetermineStateForRegion JS: 0 JS: id1: 2f234454-cf6d-4a0f-adf2-f4911ba9ffa6 id2: null id3: null

Seems that the method didRangeBeaconsInRegion is not been invoked.

demetrio812 commented 7 years ago

Hello, there is no support for Eddystone yet, only iBeacon...hopefully in a near future when I've got some time...

Pull requests are welcome ;)

Closing...