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

Enable background geolocation updates #1889

Draft
wants to merge 1 commit into
base: v2
Choose a base branch
from
Draft

Conversation

bradleat
Copy link

@bradleat bradleat commented Oct 5, 2024

Enhanced geolocation plugin to support background updates. Added the requestUpdatesInBackground option to watchPosition and requestPermissions functions. Updated iOS handler to request appropriate location permissions based on this setting, and configured location manager for background updates. This change enables apps to continuously track location, improving functionality for applications requiring persistent geolocation data. Also introduced a default permissions configuration for the plugin.

Relates to.
#1833

Enhanced geolocation plugin to support background updates. Added the `requestUpdatesInBackground` option to `watchPosition` and `requestPermissions` functions. Updated iOS handler to request appropriate location permissions based on this setting, and configured location manager for background updates. This change enables apps to continuously track location, improving functionality for applications requiring persistent geolocation data. Also introduced a default permissions configuration for the plugin.
@bradleat bradleat requested a review from a team as a code owner October 5, 2024 22:26
@bradleat bradleat marked this pull request as draft October 5, 2024 22:27
@bradleat
Copy link
Author

bradleat commented Oct 5, 2024

@FabianLars here is the PR as discussed in the issue #1833

@bradleat
Copy link
Author

@FabianLars a little bump here.

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.

1 participant