Analytics: Create a generic API in AppDelegate class

And move all Google Analytics code to AppDelegate.m
This commit is contained in:
manuroe
2017-12-22 13:19:40 +01:00
parent 062ed97457
commit e1b5675485
26 changed files with 96 additions and 199 deletions
+1 -1
View File
@@ -767,7 +767,7 @@
self->currentAlert = nil;
}
[[AppDelegate theDelegate] startGoogleAnalytics];
[[AppDelegate theDelegate] startAnalytics];
}]];