Closed ghost closed 9 years ago
Is it possible to manipulate the Update/Refresh Rate of a beacon monitoring to every 0.1 seconds.
Like android SDK can do it by setting Scan period using setBackgroundScanPeriod(scanPeriod,waitTime).
There's no way to that with Core Location's ranging, but you can use our Core Bluetooth scan instead.
Also, questions are better off at Stack Overflow or our Community Portal, not a GitHub issue tracker.
Is it possible to manipulate the Update/Refresh Rate of a beacon monitoring to every 0.1 seconds.
Like android SDK can do it by setting Scan period using setBackgroundScanPeriod(scanPeriod,waitTime).