-
Notifications
You must be signed in to change notification settings - Fork 94
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
Does it work if the app is closed ? #57
Comments
+1 |
I guess it wont work, because its not requesting for background location permission and its not even using any background service codes specific to platform. it works in background according to flutter, but will stop updates as soon as the app is closed. |
Tried on iphone 11, latest iOS, no background updates! |
It doesn't work with <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" /> |
For background processing on IOS, it works when adding: in:
and adding in:
|
"Flutter plugin for location / geolocation / GPS. Supports iOS and Android. Multiple settings for speed, precision, battery optimization, continuous updates in background "
In background here means we can keep updates even the app is not in foreground (closed may be by the system or when click back).
The text was updated successfully, but these errors were encountered: