Skip to content

Instantly share code, notes, and snippets.

@mobilequickie
Created August 31, 2018 23:04
Show Gist options
  • Save mobilequickie/14e094c6e22e899b1ec22216f8ca33ca to your computer and use it in GitHub Desktop.
Save mobilequickie/14e094c6e22e899b1ec22216f8ca33ca to your computer and use it in GitHub Desktop.
AnalyticsService
var analyticsService: AnalyticsService?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
// Initialize the analytics service
analyticsService = LocalAnalyticsService()
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment