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

Bug/permission check #333

Merged

Conversation

evan-masseau
Copy link
Contributor

Please take a moment to fill out the following:

Fixes #329 and #328

Changes Proposed in this pull request:

…Location", whether or not background updates are enabled.

The "always" permission is used for things like startMonitoringSignificantLocationChanges; services that wake up your application even if it is not running in the background or foreground.
…include a iOS 14 workaround patch."

This reverts commit e8cfc97.
…is sufficient even if AllowBackgroundUpdates is true. My proposal is to default to just WhenInUse and either let the programmer request Always permission on their own, or they can set a LocationSettings flag to require always permission.
@evan-masseau evan-masseau marked this pull request as ready for review November 12, 2020 16:29
@jamesmontemagno jamesmontemagno merged commit 1c63f71 into jamesmontemagno:master Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect permission check on iOS for StartListeningAsync + AllowBackgroundUpdates
2 participants