-
Notifications
You must be signed in to change notification settings - Fork 451
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
SecureBeaconRegion doesn't work with null proximity UUID #211
Comments
Hello @xcastoreo ! My fault - will be fixed in the next release :) Thanks for reporting that! Here is a cookie for you 🍪 Cheers! |
Cool :) Just another question:
So it's that an other bug or am I doing it wrong? |
This may be connected to the bug above. There is a problem with filtering, so any UUID will got parsed wrong. I'm fixing this right now :) |
Hey @xcastoreo ! Fix was introduced in |
Hey @pawelDylag, Thanks you for your reactivity ;) I'm trying to scan for non secured beacons with the new 1.0.2 release: But the Android Device Monitor doesn't say the "
My Bluetooth is enabled, and they are both non-secured and secured beacons all around... EDIT: my bad, I was filtering the monitor so I couldn't see the logs '-_- |
So, the ranging is starting right, but it always returns an empty list of beacons. |
Are you scanning for both secure & non-secure beacons? |
|
Hey @pawelDylag, I've tried to range non-secured beacons with:
and range secure beacons with:
In 1.0.1, the 1. scans for both non-secure and secure beacons. The 2. scans only for the beacon requested (beeing secure or not). And 3. doesn't works. But always returning empty lists in 1.0.2... |
We are experiencing this exact same issue. We are able to see unclaimed, unmodified beacons with v1.0.2, but not our own. Do you have an estimate for this fix? |
Hey all, Looks like I've run into the exact same issue as well. I'm trying to range for beacons in my Nativescript app which uses Estimote's Android SDK version 1.0.2. However, moving to the latest version of the SDK seems to always return an empty list of beacons. Also, adding the Is there any fix available for this? Regards, |
Hello guys! Please check the fresh version of our SDK Have a nice day! |
Hey Pawel, Thanks for the reply. I love how you guys get back so quickly with resolutions to any problem. 👍 I will test the app with v1.0.3 and let you know if the problem is gone. Have a great day ahead and regards, |
Hey @pawelDylag, happy to test the new 1.0.3! But I can't see any of my non-secure beacons ;( |
I tested the v1.0.3. Still cannot see any ranged beacons. However, ConfigurableDevicesListener works fine as always. |
Ok guys, this is really interesting. According to our test suite, ranging works well on all the phones. Although we do not have the coverage of all available Android devices. I need to know:
We will figure it out, don't worry :) |
i has different firmware and hardware version beacons,such as:
|
My side:
|
Ok, wonderful insight. Now I know that both of you are using our old D3.X beacons. We are really moving forward with development and all the tests are being made on newer beacons. I will check ranging for older devices and will keep you informed. I will also compare changes from 1.0.1 and 1.0.3, maybe I made some mistakes when updating. |
Hey @pawelDylag , Just to confirm, I'm using D3.X beacons as well for development purposes. I'm also using a pretty old device Samsung SM-G531F. I will also try running my app on a Nexus 6 and check if it's working on that device. Also, my Android version is at 5.1.1 (pretty old as well :P). Let me know if I need to upgrade my mobile device to be able to range for the beacons. Regards, |
Hey @pawelDylag I am using Job Service for scanning beacons in application Kill Mode. I am using D3.X version beacons and they are not able to discovered in onBeaconsDiscovered with Job Service but it's working fine with Activity. Beacon not in secure mode If I am replace estimote library to version 1.0.1 then I will got results in onBeaconsDiscovered. Regards, |
Hey @pawelDylag, any news about this? |
Hi guys! I'm having the same problem using D3.X beacons on Samsung Galaxy S7 and Samsung Galaxy S8 (Android N) devices. Monitoring is working with version 1.0.1 but not with version 1.0.3. |
Hi @pawelDylag, any news for this hot topic? >< Thanks! |
Hi @pawelDylag, Is this fixed in latest release(1.0.8)? |
Hey all! Sorry for the delays - we've got tons of work to do here :) |
I'm actually doing this, just unable to call the SecureRanging on Android and on iOS with the same JavaScript function, and on Android scanning for both secure and non secure beacons. |
Hey, |
What's new? I have to implement the secure ranging with the D3.X beacons, but on Android the device is scanning both secure and non-secure beacons. So it's not really secure if someone discovers the true UUID, because he will be able to clone it :( |
Hey! We have released version |
Cool, I will see that ;) Ty |
Hi, new from my tests:
So the issue was previously:
And after the
A last effort and we will get it ;) |
Hey @xcastoreo Thanks for the report - we'll make sure Secure region won't report non-secure beacons in the next release :) Cheers! |
Hey @pawelDylag, I'm still here with my annoying issue, is there any news? |
Hi Pawel, I am still getting, Region enter/exit problem in newer version 1.0.9, 1.0.11, 1.0.12. |
I encourage you to try our new ProximitySDK 🚀 - it is dedicated for creating proximity interactions with our beacons - its main focus is to deliver the reliable enter/exit experience according to a different zones of beacons, based on our own data-science, and Estimote Monitoring packet. As it comes for security, there is no support for it in the ProximitySDK, yet ;) Here is the official repository page -> https://github.com/Estimote/Android-Proximity-SDK Also, we keep posting updates about the progress of our development on this thread at our forums. Please, check the mentioned new SDK - the current SDK will soon be deprecated, and we will support only critical issues for some time. |
Hi,
it seems that
new SecureBeaconRegion("my_region", null, null, null);
does not work:In the
ScanFilter createSecureRegionfilter(UUID uuid)
method, there is no check for null UUID before working on it.JavaDoc page about SecureBeaconRegion:
http://estimote.github.io/Android-SDK/JavaDocs/com/estimote/coresdk/observation/region/beacon/SecureBeaconRegion.html
The text was updated successfully, but these errors were encountered: