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-08-06 21:54:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:00:15 +0300
commit914515733940c16d98412adba4981484fdd567b5 (patch)
tree53f278fe837de9ac58db5a610652cb716d16984d /iphone/Maps/Classes
parent0cd24f656e69356e35354558e39ca9bcda4d7ce3 (diff)
[alohalytics][ios] Measure total time spent in the app, get install/update/build/first launch date.
Diffstat (limited to 'iphone/Maps/Classes')
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm
index 1696125f4e..3c30d56708 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.mm
+++ b/iphone/Maps/Classes/MapsAppDelegate.mm
@@ -167,7 +167,7 @@ void InitLocalizedStrings()
#ifndef OMIM_PRODUCTION
[Alohalytics setDebugMode:YES];
#endif
- [Alohalytics setup:@"http://localhost:8080" andFirstLaunch:[MapsAppDelegate isFirstAppLaunch] withLaunchOptions:launchOptions];
+ [Alohalytics setup:@"http://localhost:8080" withLaunchOptions:launchOptions];
NSURL *url = launchOptions[UIApplicationLaunchOptionsURLKey];
if (url != nil)