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
{{ message }}
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.
Since you stop and start scanning in your timer it doesn't find all beacons because it stops too soon. You need to make the central manager to repeat the scan itself then you'll get optimal scanning :-)
The text was updated successfully, but these errors were encountered:
For some reason, when I just left the scan going it would only discover each beacon once and then it would never show up again until i stopped and started the scan again. I decided to then put it on a loop to start and stop scanning because I couldn't see a better way to do it using CBCentralManager.
Do you have any examples that you can link to showing your method? Or maybe you can raise a pull request? :)
Since you stop and start scanning in your timer it doesn't find all beacons because it stops too soon. You need to make the central manager to repeat the scan itself then you'll get optimal scanning :-)
The text was updated successfully, but these errors were encountered: