summaryrefslogtreecommitdiff
path: root/ios/app
diff options
context:
space:
mode:
Diffstat (limited to 'ios/app')
-rw-r--r--ios/app/MBXAppDelegate.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/ios/app/MBXAppDelegate.m b/ios/app/MBXAppDelegate.m
index 90c552aba0..d4af1f59df 100644
--- a/ios/app/MBXAppDelegate.m
+++ b/ios/app/MBXAppDelegate.m
@@ -21,6 +21,9 @@
}
if ( ! accessToken) NSLog(@"No access token set. Mapbox vector tiles won't work.");
+ // Signal To SDK That Opt Out Is In App UI
+// [MGLAccountManager setShowsOptOutInApp:YES];
+
// Start Mapbox GL SDK
[MGLAccountManager setAccessToken:accessToken];