-
Notifications
You must be signed in to change notification settings - Fork 157
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
Disable location tracking #2239
Comments
@federicoramos77 Hi, can you please clarify what exactly you mean, what's your case and what you observe? Are you talking about Apple MapKit, or MapboxMaps framework? |
Hi, Submitting the app to ASC gives this warning:
Currently it's possible to override the location provider but Id would be better if this override could take a nil value to effectively disable all location tracking activity or maybe having a viewModifier like .locationServicesDisabled() |
Disable location tracking
Please add an option to disable location services in the MapboxMaps framework. My application only needs to display the map view and does not require accessing the user’s location.
Why
Privacy: Enhances user privacy by not accessing location data when it’s unnecessary.
The text was updated successfully, but these errors were encountered: