summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJason Wray <jason@kulturny.com>2015-10-09 14:44:06 -0400
committerJason Wray <jason@kulturny.com>2015-10-19 13:52:28 -0400
commit28be82c1c19505abb47ca1c03fd069cc4a015ec6 (patch)
treea948b97341e1e7ac423a744fb0f8c985314de070 /INSTALL.md
parentaaf090b87dbc96f7a09e783833c10d0b88a16d39 (diff)
downloadqtlocation-mapboxgl-28be82c1c19505abb47ca1c03fd069cc4a015ec6.tar.gz
[ios] remove CoreTelephony dependency
Cellular carrier name and connectivity level will now only be sent if the developer independently chooses to link the CoreTelephony framework in their app.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index cb72c55a98..17ad27665e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -150,7 +150,6 @@ Currently, until [#1437](https://github.com/mapbox/mapbox-gl-native/issues/1437)
1. Add the following Cocoa framework dependencies to your target's *Link Binary With Libraries* build phase:
- - `CoreTelephony.framework`
- `GLKit.framework`
- `ImageIO.framework`
- `MobileCoreServices.framework`
@@ -159,6 +158,7 @@ Currently, until [#1437](https://github.com/mapbox/mapbox-gl-native/issues/1437)
- `libc++.dylib`
- `libsqlite3.dylib`
- `libz.dylib`
+ - `CoreTelephony.framework` (optional, telemetry-only)
1. Add `-ObjC` to your target's "Other Linker Flags" build setting (`OTHER_LDFLAGS`).
@@ -168,6 +168,10 @@ Devices: iPhone 4S and above (5, 5c, 5s, 6, 6 Plus), iPad 2 and above (3, 4, Min
iOS: 7.0+
+### Telemetry
+
+The iOS SDK collects [telemetry data](https://www.mapbox.com/telemetry/) during use and [requires additional setup](https://www.mapbox.com/ios-sdk/#metrics_opt_out).
+
## Linux