Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

How to change ranging beacons interval? (Scan time period) #173

Closed ghost closed 9 years ago

ghost commented 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).

heypiotr commented 9 years ago

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.