Skip to content
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

FEATURE Add support for Android 10 background geolocation #398

Closed
dzziwny opened this issue Apr 30, 2020 · 3 comments
Closed

FEATURE Add support for Android 10 background geolocation #398

dzziwny opened this issue Apr 30, 2020 · 3 comments
Labels
feature request New feature or request

Comments

@dzziwny
Copy link

dzziwny commented Apr 30, 2020

On Android 10, API 29, to share location in the background, the user has to choose Always authorization status, while currently plugin returns status Granted for both: Always and Always While-in-us.

https://developer.android.com/training/location/request-updates#request-background-location

@dzziwny dzziwny changed the title Please improve getLocationAuthorizationStatus method for Android 10 Please improve getLocationAuthorizationStatus method for Android 10 and ios 13 Apr 30, 2020
@danfleck
Copy link

danfleck commented May 7, 2020

On iOS I saw this also, but it's not a problem. It's Apple's "provisional always authorization". See https://developer.apple.com/documentation/corelocation/cllocationmanager/1620551-requestalwaysauthorization

@dpa99c dpa99c changed the title Please improve getLocationAuthorizationStatus method for Android 10 and ios 13 FEATURE Add support for Android 10 background geolocation May 8, 2020
@dpa99c
Copy link
Owner

dpa99c commented May 8, 2020

I have updated this issue because the plugin requires changes only for Android 10.

The iOS 13 API has not changed although the behaviour of iOS 13 has changed with its temporary authorization of background location.

@dpa99c dpa99c added the feature request New feature or request label May 8, 2020
@dpa99c dpa99c closed this as completed in 9e0da51 May 10, 2020
@dpa99c
Copy link
Owner

dpa99c commented May 10, 2020

This has been published in v5.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants