Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Add shortcut to Mapbox Metrics opt-out to ℹ️ #1519

Closed
1ec5 opened this issue May 12, 2015 · 1 comment · Fixed by #1611
Closed

Add shortcut to Mapbox Metrics opt-out to ℹ️ #1519

1ec5 opened this issue May 12, 2015 · 1 comment · Fixed by #1611
Labels
iOS Mapbox Maps SDK for iOS telemetry Integration with Mapbox Telemetry libraries
Milestone

Comments

@1ec5
Copy link
Contributor

1ec5 commented May 12, 2015

Per #1518, we already have the technology to detect that a user switch for Mapbox Metrics has been added to the host app’s Settings bundle. When we see that, we should add an “Adjust Privacy Settings” button to the ℹ️ menu that takes the user to the host app’s settings in the Settings app. According to #1075, this should do the trick:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
@1ec5 1ec5 added iOS Mapbox Maps SDK for iOS telemetry Integration with Mapbox Telemetry libraries labels May 12, 2015
@1ec5 1ec5 added this to the iOS Beta 2 milestone May 12, 2015
@friedbunny
Copy link
Contributor

Busting users out to the proper Settings.app sub-section is iOS 8+, FYI.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
iOS Mapbox Maps SDK for iOS telemetry Integration with Mapbox Telemetry libraries
Projects
None yet
2 participants