Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kuyazee/a51dd507fea36d96137e588afeeae14a to your computer and use it in GitHub Desktop.
Save kuyazee/a51dd507fea36d96137e588afeeae14a to your computer and use it in GitHub Desktop.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
...
// Add our services
AnalyticsManagerService.shared.add(service: FacebookAnalyticsService())
AnalyticsManagerService.shared.add(service: FabricAnalyticsService())
// Initialize the analytics
AnalyticsManagerService.shared.initialize(application: application: launchOptions: launchOptions)
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment