summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapboxEvents.m
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2019-05-20 22:49:50 -0700
committerGitHub <noreply@github.com>2019-05-20 22:49:50 -0700
commit29140f5b119c3c9cbe7348ecb0f89f05282821a5 (patch)
tree542af13dd22c7f791401dd4c8ee3aff9946a6119 /platform/ios/src/MGLMapboxEvents.m
parent3cd8c6c1fda6c7691e0a71b6ef7a393ea0e50108 (diff)
downloadqtlocation-mapboxgl-29140f5b119c3c9cbe7348ecb0f89f05282821a5.tar.gz
[ios] Enable SKU tokens for all requests
Removes conditional code that relied on a plist flag. Other small cleanups.
Diffstat (limited to 'platform/ios/src/MGLMapboxEvents.m')
-rw-r--r--platform/ios/src/MGLMapboxEvents.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/ios/src/MGLMapboxEvents.m b/platform/ios/src/MGLMapboxEvents.m
index 337929c7ec..d5814dab46 100644
--- a/platform/ios/src/MGLMapboxEvents.m
+++ b/platform/ios/src/MGLMapboxEvents.m
@@ -145,9 +145,7 @@ static NSString * const MGLVariableGeofence = @"VariableGeofence";
[[MGLMapboxEvents sharedInstance] eventsManager].baseURL = [MGLMapboxEvents sharedInstance].baseURL;
}
- if (MGLAccountManager.isAccountsSDKEnabled) {
- [[self sharedInstance] eventsManager].skuId = MBXAccountsSKUIDMaps;
- }
+ [[self sharedInstance] eventsManager].skuId = MBXAccountsSKUIDMaps;
[self flush];
});