summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2016-05-27 16:26:48 -0700
committerJesse Bounds <jesse@rebounds.net>2016-06-07 14:57:51 -0700
commitc9c0767a1d5163b8e4b6a8c2c7f44eafdff711a0 (patch)
treec71318963de2d5235adfcfe4c32ee1f211b91e87 /platform
parentfe92d590bbe23748c691aa991f5608409a4b5924 (diff)
downloadqtlocation-mapboxgl-c9c0767a1d5163b8e4b6a8c2c7f44eafdff711a0.tar.gz
[ios] Update telem domain and certs
Change domain from api -> events Replace old certs with new ones with the same name. The new certs have an expiry that is further out.
Diffstat (limited to 'platform')
-rw-r--r--platform/default/resources/api_mapbox_com-digicert.derbin2077 -> 1913 bytes
-rw-r--r--platform/default/resources/api_mapbox_com-geotrust.derbin1969 -> 1757 bytes
-rw-r--r--platform/ios/src/MGLAPIClient.m2
3 files changed, 1 insertions, 1 deletions
diff --git a/platform/default/resources/api_mapbox_com-digicert.der b/platform/default/resources/api_mapbox_com-digicert.der
index d84cee3908..e8ef427f33 100644
--- a/platform/default/resources/api_mapbox_com-digicert.der
+++ b/platform/default/resources/api_mapbox_com-digicert.der
Binary files differ
diff --git a/platform/default/resources/api_mapbox_com-geotrust.der b/platform/default/resources/api_mapbox_com-geotrust.der
index 116144bc0c..1c7331dedc 100644
--- a/platform/default/resources/api_mapbox_com-geotrust.der
+++ b/platform/default/resources/api_mapbox_com-geotrust.der
Binary files differ
diff --git a/platform/ios/src/MGLAPIClient.m b/platform/ios/src/MGLAPIClient.m
index 91bc074425..63adb3c463 100644
--- a/platform/ios/src/MGLAPIClient.m
+++ b/platform/ios/src/MGLAPIClient.m
@@ -3,7 +3,7 @@
#import "MGLAccountManager.h"
static NSString * const MGLAPIClientUserAgentBase = @"MapboxEventsiOS";
-static NSString * const MGLAPIClientBaseURL = @"https://api.mapbox.com";
+static NSString * const MGLAPIClientBaseURL = @"https://events.mapbox.com";
static NSString * const MGLAPIClientEventsPath = @"events/v2";
static NSString * const MGLAPIClientHeaderFieldUserAgentKey = @"User-Agent";