You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Operating System & Version (eg: Mac OSX 10.11):
Samsung SM-A515F android 10.0 - API 29
Xamarin.AndroidX
Support Libraries Version (eg: 23.3.0):
28.0.0.3
Describe your Issue:
I'm asking the background location in my app, which is targeting API version 29, however, when I get asked for the permissions, I only see the option "Only while the app is active" and "decline", I am missing the option: "Always On"
But the answer doesn't work for me.
I have the android 10.0 SDK installed, in properties of my project I am targeting version 10.0 (Q) as the compile version
Steps to Reproduce (with link to sample solution if possible):
Target API level 29 and ask for location permissions, the option "Always on" is not available to us
Include any relevant Exception Stack traces, build logs, adb logs:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Xamarin.Android Version (eg: 6.0):
Version API 29
Operating System & Version (eg: Mac OSX 10.11):
Samsung SM-A515F android 10.0 - API 29
Xamarin.AndroidX
Support Libraries Version (eg: 23.3.0):
28.0.0.3
Describe your Issue:
I'm asking the background location in my app, which is targeting API version 29, however, when I get asked for the permissions, I only see the option "Only while the app is active" and "decline", I am missing the option: "Always On"
For my app, I need "App requests permission always (foreground and background)"
I found the same question here: https://forums.xamarin.com/discussion/181976/location-foreground-service
But the answer doesn't work for me.
I have the android 10.0 SDK installed, in properties of my project I am targeting version 10.0 (Q) as the compile version
In my manifest I have
As for my permission request I'm using Essentials:
According to this post: https://stackoverflow.com/questions/65071993/background-location-not-working-when-app-in-background-xamarin-forms-android-app, we need to wait for an updated version, but I see there hasn't been a release since 9 Oct 2019. Is this answer correct, and if so, is there any nearby release planned?
Steps to Reproduce (with link to sample solution if possible):
Target API level 29 and ask for location permissions, the option "Always on" is not available to us
Include any relevant Exception Stack traces, build logs, adb logs:
The text was updated successfully, but these errors were encountered: