Replies: 2 comments 1 reply
|
iOS will relaunch the app after terminate when the device moves at least 200 meters. It has been doing this for over 12 years. It's easily demonstrated in the iOS simulator with location simulated to "Freeway Drive" and SDK configured for debug: true. Terminate your app, wait about 10-15s while the simulated location continues to move and you'll see debug notifications signalling that the OS has relaunched your app and tracking resumed. |
0 replies
|
So the app has to stay in background in iOS for continuous tracking ? otherwise it depends on SLC ? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey
I am planning to integrate it my app which is available on play store and app store. I just want to know does it work on iOS in same way it works on android. Like android registers headless tasks and runs the app in background but in iOS I think the os suspends the app and all background tasks if removed from switcher or basically if users removes the app from background. This is what I read till now for background tasks on iOS.
So does this plugin solve it in any way or since this is OS level issue, nobody can solve it?
All reactions