From c9c0767a1d5163b8e4b6a8c2c7f44eafdff711a0 Mon Sep 17 00:00:00 2001 From: Jesse Bounds Date: Fri, 27 May 2016 16:26:48 -0700 Subject: [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. --- .../default/resources/api_mapbox_com-digicert.der | Bin 2077 -> 1913 bytes .../default/resources/api_mapbox_com-geotrust.der | Bin 1969 -> 1757 bytes platform/ios/src/MGLAPIClient.m | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') diff --git a/platform/default/resources/api_mapbox_com-digicert.der b/platform/default/resources/api_mapbox_com-digicert.der index d84cee3908..e8ef427f33 100644 Binary files a/platform/default/resources/api_mapbox_com-digicert.der and b/platform/default/resources/api_mapbox_com-digicert.der 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 Binary files a/platform/default/resources/api_mapbox_com-geotrust.der and b/platform/default/resources/api_mapbox_com-geotrust.der 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"; -- cgit v1.2.1