mapbox / mapbox-maps-flutter

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
https://www.mapbox.com/mobile-maps-sdk
Other
285 stars 117 forks source link

Programmatically opt-out of sending telemetry data #63

Open adeveloper-wq opened 1 year ago

adeveloper-wq commented 1 year ago

Is it possible to opt-out of sending telemetry data via code, e.g. to include this setting in the app settings? Currently the only way I'm finding is via the attribution button.

If it is not currently possible, are you planning to provide that option? When reading about telemetry on the Mapbox-Website it is being stated often that this should also be possible via settings in the app aside from the attribution button?

The Mapbox community Flutter plugin (originally the official predecessor of this plugin) has this option: https://pub.dev/documentation/mapbox_gl/latest/mapbox_gl/MapboxMapController/setTelemetryEnabled.html

It also looks like both the native SDKs support the option to opt-out programmatically:

tiyberius commented 1 year ago

Hey @adeveloper-wq thanks for filing this issue!

To the maintainers of this repo: I also need this functionality, I know the data is "anonymized" but I have promised my users their data would not be shared. If I am a paying MapBox customer so I don't see why I'd be forced to enable telemetry. As @adeveloper-wq mentioned already, there is already this option in mapbox_gl and I'd rather use this module, as it's the official Mapbox module, so please help us out!

treacks5 commented 3 months ago

Up ⬆️. Same need but I am not seeing any method to disable telemetry