Closed ashiaka closed 10 years ago
That is correct. SDK works only with Estimote beacons.
If you want to use RadiusNetowks MacBeacon, change UUID of simulated beacon to B9407F30-F5F8-466E-AFF9-25556B57FE6D.
I already did that and checked with the iOS estimote app that the UUID is broadcasted correctly. Anyway version 0.3 of the SDK can't find the simulated beacons.
Can you turn on virtual beacon in Estimote's iOS app and check if you see beacons in the SDK?
On Wed, Feb 12, 2014 at 12:51 PM, ashiaka notifications@github.com wrote:
I already did that and checked with the iOS estimote app that the UUID broadcasted correctly. Anyway version 0.3 of the SDK can't find the simulated beacons.
Reply to this email directly or view it on GitHub: https://github.com/Estimote/Android-SDK/issues/20#issuecomment-34861601
Yes, the SDK finds the virtual beacon of Estimote's iOS app.
My bad, let me fix that right now.
Fixed with https://github.com/Estimote/Android-SDK/commit/0a538f6056fc91c16c844e5e8ed0dc427e309507
Can you verify that everything is back to normal?
Thank you - everything is back to normal now :)
I am including this comment for completeness.
I had a problem with estimote-sdk-preview.jarhttps://github.com/Estimote/Android-SDK/blob/master/EstimoteSDK/estimote-sdk-preview.jarversion 0.3 where my genuine Estimote beacons were not showing up in the "Select beacon" list. It showed "Found beacons: 0", but my LogCat (I've built the demo in Eclipse) showed the application hearing form the beacons, they were just not being displayed.
I've upgraded to estimote-sdk-preview.jarhttps://github.com/Estimote/Android-SDK/blob/master/EstimoteSDK/estimote-sdk-preview.jarversion 0.3.1 and this issue is resolved for me.
On Wed, Feb 12, 2014 at 8:51 AM, ashiaka notifications@github.com wrote:
Thank you - everything is back to normal now :)
Reply to this email directly or view it on GitHubhttps://github.com/Estimote/Android-SDK/issues/20#issuecomment-34870043 .
Bryan Lee www.marqeta.com
Happy to hear that everything is back to normal.
On Wed, Feb 12, 2014 at 8:05 PM, blee-marqeta notifications@github.com wrote:
I am including this comment for completeness. I had a problem with estimote-sdk-preview.jarhttps://github.com/Estimote/Android-SDK/blob/master/EstimoteSDK/estimote-sdk-preview.jarversion 0.3 where my genuine Estimote beacons were not showing up in the "Select beacon" list. It showed "Found beacons: 0", but my LogCat (I've built the demo in Eclipse) showed the application hearing form the beacons, they were just not being displayed. I've upgraded to estimote-sdk-preview.jarhttps://github.com/Estimote/Android-SDK/blob/master/EstimoteSDK/estimote-sdk-preview.jarversion 0.3.1 and this issue is resolved for me. On Wed, Feb 12, 2014 at 8:51 AM, ashiaka notifications@github.com wrote:
Thank you - everything is back to normal now :)
Reply to this email directly or view it on GitHubhttps://github.com/Estimote/Android-SDK/issues/20#issuecomment-34870043 .
Bryan Lee
www.marqeta.com
Reply to this email directly or view it on GitHub: https://github.com/Estimote/Android-SDK/issues/20#issuecomment-34903632
Hello. I am just working on both Android and iOS. The very same issue appearing again. I can't detect beacons on Android. Not even in estimote app. But working fine in iOS estimote app.
Hi,
I just updated the estimote SDK from version 0.2 to 0.3 with the result that my demo app can't find simulated beacons from radiusnetworks MacBeacon simulator anymore. I still can find all beacons from estimote including iOS app and hardware beacons.
I use "new Region("rid", null, null, null)" as region.
Regards, ashiaka