summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2018-02-01 14:20:26 -0500
committerFabian Guerra <fabian.guerra@mapbox.com>2018-02-19 16:10:54 -0500
commit584656dc1e99bd7cbde3c4418ee366719e2853c6 (patch)
treea7d4c6a9bc8a8c21b2890e84276cf781edc9b3a6
parentd409795e6a99fc2f60b09f97966cc82f4c759f85 (diff)
downloadqtlocation-mapboxgl-584656dc1e99bd7cbde3c4418ee366719e2853c6.tar.gz
Update user user agent id value
This value aligns with our schme of {source-sdk-platform} and will be used by the events library in the user agent and vendorid.
-rw-r--r--platform/ios/src/MGLMapboxEvents.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapboxEvents.m b/platform/ios/src/MGLMapboxEvents.m
index 15cbf50fb6..83e45d2a0b 100644
--- a/platform/ios/src/MGLMapboxEvents.m
+++ b/platform/ios/src/MGLMapboxEvents.m
@@ -2,7 +2,7 @@
#import "NSBundle+MGLAdditions.h"
#import "NSProcessInfo+MGLAdditions.h"
-static NSString * const MGLAPIClientUserAgentBase = @"MapboxEventsiOS";
+static NSString * const MGLAPIClientUserAgentBase = @"mapbox-maps-ios";
static NSString * const MGLMapboxAccountType = @"MGLMapboxAccountType";
static NSString * const MGLMapboxMetricsEnabled = @"MGLMapboxMetricsEnabled";
static NSString * const MGLMapboxMetricsDebugLoggingEnabled = @"MGLMapboxMetricsDebugLoggingEnabled";