func application()

in sampleapp-tvos-swift/AppDelegate.swift [13:21]


    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
    // Override point for customization after application launch.
      AppCenter.start(withAppSecret: "<APP SECRET HERE>", services: [
      Analytics.self,
      Crashes.self
    ])
    return true

  }