-
Notifications
You must be signed in to change notification settings - Fork 36
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
Background Geolocation is not working on Android 11 #15
Comments
The foreground service is not working on Android 11. |
I guess you have to start service on foreground, before entering background |
Still not working, forground service is running but background location not working |
Check whether the notification is appeared on notification center |
I can confirm that's working fine in Android 11. Try see adb logcat to logs. |
Your Environment
Context
I have successfully integrate the library and its working on emulator but when I run the application on real device it does not work in the background.
Expected Behavior
Shows LOCATION marker in the Status bar and fetch location.
Actual Behavior
Does not shows LOCATION marker in the status bar.
Possible Fix
Steps to Reproduce
Context
Background tracking.
Debug logs
The text was updated successfully, but these errors were encountered: