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 b31ec04e17
commit 68c48387ac
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];
}]];