-
Notifications
You must be signed in to change notification settings - Fork 236
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
Check if the location service is already running #10
Comments
iOS or Android? |
Didn't try on iOS yet, but Android for sure |
Same problem here on android, if the app is restarted I get the same position twice. My current workaround is BackgroundLocation.stopLocationService();
BackgroundLocation.startLocationService();
BackgroundLocation.getLocationUpdates((location) { ... }); |
Does this (also) mean that 'something is running' after the app is closed? (and using battery) |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Reference: Almoullim#10 (comment)
Every time if I restart the application, a new location service starts and count of the same locations increase.
The text was updated successfully, but these errors were encountered: