Hi @RBAtkins0n , @williamrijksen
I've started this discussion in issue #37
I've coded an app that have to perform region monitoring and continuous ranging in background, as defined in
(https://community.estimote.com/hc/en-us/articles/203914068-Is-it-possible-to-use-beacon-ranging-in-the-background-)
I be careful to strictly follow the instructions (added permissions and background mode in tiapp.xml, tried a background service etc.), thanks to @RBAtkins0n and @williamrijksen
so my app is able to notify if a beacon is entering/exiting the region, even if it happens after many minutes.
Unfortunately, ranging ALWAYS stops after 2-3 minutes, no way.
I'm working with 0.11.0 module, Titanium SDK 5.1.2, Xcode 6.2
Maybe I miss something obvious, my code is quite simple and it seems all ok...
I attach the code here, I actually do not know how to fix it...
files.zip
thanks for all in advance
Hi @RBAtkins0n , @williamrijksen
I've started this discussion in issue #37
I've coded an app that have to perform region monitoring and continuous ranging in background, as defined in
(https://community.estimote.com/hc/en-us/articles/203914068-Is-it-possible-to-use-beacon-ranging-in-the-background-)
I be careful to strictly follow the instructions (added permissions and background mode in tiapp.xml, tried a background service etc.), thanks to @RBAtkins0n and @williamrijksen
so my app is able to notify if a beacon is entering/exiting the region, even if it happens after many minutes.
Unfortunately, ranging ALWAYS stops after 2-3 minutes, no way.
I'm working with 0.11.0 module, Titanium SDK 5.1.2, Xcode 6.2
Maybe I miss something obvious, my code is quite simple and it seems all ok...
I attach the code here, I actually do not know how to fix it...
files.zip
thanks for all in advance