Closed xcastoreo closed 6 years ago
Hello @xcastoreo
Thanks for reporting that - we'll take look at this problem in upcoming weeks! Cheers!
Hey! I just wanted you to know that we are in the process of moving our SDK for Android to a completely new architecture. We won't be publishing any updates to our old (current master) SDK for a while.
But don't worry - there is an ALPHA version of our FRESH PROXIMITY SDK available now!
It uses a completely new scanning mechanism and will work on new Android versions like a charm (6.0, 7.0, 8.0).
We did a great job with renovating our ecosystem to cut off the old, messy code, full of hacks for Android KitKat an Jellybean. This is why working with BeaconManager
was so frustrating by the way.
Plan for the next couple of weeks:
I encourage you to try it out - there is a ready made app for you to show the possibilities of our completely new SDK -> https://github.com/Estimote/Android-SDK/tree/proximity-sdk Let us know what you think! I will keep you updated about the progress.
Hi again,
I'm trying to run multiple region ranging, but it seems that the first time I call the
startRanging()
methods, only the second call is working. So I stop the ranging, and when I call the two methods after, the two ranging are running. I verify this with the listeners.My code: