【发布时间】:2018-04-09 10:38:43
【问题描述】:
func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool {
//You should handle the call back here.
print(url)
return true
}
这种方法有效,但是当我打开 firebase 时;
FirebaseApp.configure()
该方法不起作用请帮助任何想法?
我认为同样的崩溃 iOS app crashes when I write FirebaseApp.configure()
【问题讨论】:
-
试试这个 FIRApp.configure()