Piotr Krawiec
Piotr Krawiec
I couldn't reproduce it so far. I think we have an S9 somewhere in the office, so if you experience this problem on S9, that's actually great news for me...
Oh, ok, that was a different problem then. Bad new for me, since I guess this means S9 might not actually be affected by the ANR crash ^_^
iOS or Android?
Gotcha, thanks for sharing. Probably a cleanup issue or something like that, I'll take a look!
I tested this scenario, and I think I might know what's going on. Android 6 or 7 introduced limits for how frequently an app can start BLE scanning => the...
AFAIK, this is an error that prevents Bluetooth scanning from starting, so it won't recover automatically. You need to wait and start the scan again. This could be automated in...
Yup, `startObservingZones` is is.
>What's a safe interval? Not going into too much detail, it's 1 `startObservingZones` per 30 seconds. >And does this also happen if startObservingZones is called after the app is started,...
You're right, for now, you need to do it yourself. Eventually, we should probably add it to the SDK (:
Yeah, that's fair. Out of curiosity I checked what `csso` does, and it seems to be using whichever ends up shorter. Just to add a practical example to this conversation,...