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

Access to device location in the background requires permission #1313

Closed
zstadler opened this issue Sep 25, 2020 · 3 comments
Closed

Access to device location in the background requires permission #1313

zstadler opened this issue Sep 25, 2020 · 3 comments
Assignees
Labels
bug Critical Needs to be fix ASAP
Milestone

Comments

@zstadler
Copy link
Member

Background recording is blocked on Android since the move to SDK 29

See https://developer.android.com/about/versions/10/privacy/changes#app-access-device-location

@HarelM
Copy link
Member

HarelM commented Sep 25, 2020

See here:
mauron85/cordova-plugin-background-geolocation#688
I'll add it manually.

@HarelM HarelM self-assigned this Sep 25, 2020
@HarelM HarelM added bug Critical Needs to be fix ASAP labels Sep 25, 2020
@HarelM HarelM added this to the Next Release milestone Sep 25, 2020
HarelM added a commit that referenced this issue Sep 25, 2020
@HarelM
Copy link
Member

HarelM commented Sep 25, 2020

The change for using target sdk version 29 was made after the release of version 9.3.136 which is the latest officially released version. Commit: 0a9cae5
However, looking at the documentation of what sdk version means, it doesn't look like this should matter.
I would advise to check if the officially released version (9.3.136) does suffer from the same issue just to be on the safe side.
Never-the-less, changing target sdk version is required by google so the change is mandatory and can't be reverted.

@zstadler
Copy link
Member Author

zstadler commented Sep 26, 2020

Build Background Location
Access Permitted
Commit Comment
9.3.196 yes 4fe9c1c Access to device location in the background requires permission #1313 - initial fix.
... ... ... ...
9.3.138 no 0a9cae5 Update android target SDK version to be 29 as requested by google
9.3.137 yes f1b504a Fixes #1289 - Increase accuracy of unmapped highways
9.3.136 yes 476c02f Fixes #1293 - geo scheme causes android app to crash - Fix traces and shares dialog behaviors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Critical Needs to be fix ASAP
Projects
None yet
Development

No branches or pull requests

2 participants