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

changeSettings() interval is not working on iOS #960

Open
William-Geng opened this issue Jun 21, 2024 · 1 comment
Open

changeSettings() interval is not working on iOS #960

William-Geng opened this issue Jun 21, 2024 · 1 comment

Comments

@William-Geng
Copy link

changeSettings() and set interval to 60000ms works fine on Android, but on iOS this setting seems to be ignored.
onLocationChanged fires very rapidly as a result.

Expected behavior
interval settings take affect and onLocationChanged stream only emits based on interval settings

Tested on:

  • iOS 17.5.1 real device
@mabilinab
Copy link

Up got the same issue
Also on Android, it seems like the update interval is never taken as it is -- it seems like the package always uses half of the interval value -- e.g. you set interval to 10 seconds, you will receive a location update each 5 seconds

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

No branches or pull requests

2 participants