【发布时间】:2020-10-13 17:06:09
【问题描述】:
现在 AppDelegate 和 SceneDelegate 已从 SwiftUI 中删除,我将以前在 SceneDelegate 和 AppDelegate 中的代码放在哪里,Firebase config for ex?
所以我的AppDelegate 中有这个代码:
我现在应该把这段代码放在哪里?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
FirebaseConfiguration.shared.setLoggerLevel(.min)
FirebaseApp.configure()
return true
}
【问题讨论】:
标签: ios firebase swiftui ios14 xcode12