Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-03-20 19:30:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:40:33 +0300
commit0abd8de0cd860ff3248ba24a85b5a9bebb963e09 (patch)
tree1c2dcc3d2aeeb229a17fd913e2ac4c7e6849a93e /iphone/Maps/Classes/MapsAppDelegate.mm
parent840ec7ef87c578c30cfb6d16ffe997b88699526b (diff)
[ios] Removed AppsFlyer.
Diffstat (limited to 'iphone/Maps/Classes/MapsAppDelegate.mm')
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.mm10
1 files changed, 1 insertions, 9 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm
index dcf6d497a5..1b536b73d1 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.mm
+++ b/iphone/Maps/Classes/MapsAppDelegate.mm
@@ -85,15 +85,7 @@ void InitLocalizedStrings()
mrgsParams.crashReportEnabled = YES;
mrgsParams.allowPushNotificationHooks = YES;
- NSString * appleAppId = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"MRGServiceAppleAppID"];
- MRGSAppsFlyerParams * appsFlyerParams = [[MRGSAppsFlyerParams alloc] initWithDevKey:@"***REMOVED***" andAppleAppId:appleAppId];
-#ifdef DEBUG
- appsFlyerParams.debug = YES;
-#endif
-
- NSArray * externalParams = @[appsFlyerParams];
-
- [MRGServiceInit startWithServiceParams:mrgsParams externalSDKParams:externalParams delegate:nil];
+ [MRGServiceInit startWithServiceParams:mrgsParams externalSDKParams:@[] delegate:nil];
[[MRGSApplication currentApplication] markAsUpdatedWithRegistrationDate:[NSDate date]];
}