We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.significant
If I call locateFromGPS() with .significant subscription, it doesn't ask for authorization, whereas in the case of .continous and .oneShot it does.
locateFromGPS()
.continous
.oneShot
It looks like a bug, I can fix it myself, but before trying, I'd like to know if that's the intended behavior.
The text was updated successfully, but these errors were encountered:
I think it’s actually a bug. You can make a PR, I’ll review it next Tue when I’ll back to office. Thanks!
Sorry, something went wrong.
#254 Fixed an issue with significant auth
5e0fbbf
Fixed in 4.0.1
No branches or pull requests
If I call
locateFromGPS()
with.significant
subscription, it doesn't ask for authorization, whereas in the case of.continous
and.oneShot
it does.It looks like a bug, I can fix it myself, but before trying, I'd like to know if that's the intended behavior.
The text was updated successfully, but these errors were encountered: