-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running in background does not work #61
Comments
Same here, it works on Android but not on iOS apparently |
any update on this? Can someone suggest a plugin which track location updates in the background on iOS? |
@imhafeez you can try the background locator (https://pub.dev/packages/background_locator). |
For background processing on IOS, it works when adding: in:
and adding in:
|
@jeanantoine any success with Android or your environment is only iOS? |
I want to use both Android and IOS, but I have no time for the moment on Android. |
Same issue |
It works on IOS with: with the modifications in my first post in this thread. |
Hello,
I've tried your package expecting to run it in background, but unfortunately it does not work. The example app runs fine while active (printing the logs), and when the Track option is activated and the app lost focus, the log stops to print.
p.s.: i've changed the parameter inBackground from false to true to suposely activate the background service, but no luck with it.
The text was updated successfully, but these errors were encountered: