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
I was testing out the new beacon functionality on a Google Pixel XL and I was unable to range any beacons that were nearby. It looks like the ranging timeout is set to 5 seconds and on the Pixel XL it consistently goes over 5 seconds. I used a stopwatch and another BLE ranging app(kontakt.io's app) and it took about 7.5 seconds.
I then tested on a Pixel 4 XL and the ranging consistently came back as successful.
Either setting a higher ranging time or having the ability to increase the time myself via the SDK would help alleviate the problem.
Steps to reproduce
Create a Button that calls trackOnce with beacons = true
Trigger button and observe no beacons are returned on the RadarUser.
OS version
Android 10
SDK installation method
via Gradle.
SDK version
3.1.1
The text was updated successfully, but these errors were encountered:
Summary
I was testing out the new beacon functionality on a Google Pixel XL and I was unable to range any beacons that were nearby. It looks like the ranging timeout is set to 5 seconds and on the Pixel XL it consistently goes over 5 seconds. I used a stopwatch and another BLE ranging app(kontakt.io's app) and it took about 7.5 seconds.
I then tested on a Pixel 4 XL and the ranging consistently came back as successful.
Either setting a higher ranging time or having the ability to increase the time myself via the SDK would help alleviate the problem.
Steps to reproduce
trackOnce
withbeacons = true
RadarUser
.OS version
Android 10
SDK installation method
via Gradle.
SDK version
3.1.1
The text was updated successfully, but these errors were encountered: