【问题标题】:ios UIApplicationOpenURLOptionsKey not work with Firebaseios UIApplicationOpenURLOptionsKey 不适用于 Firebase
【发布时间】: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()

标签: ios swift xcode firebase


【解决方案1】:

遇到同样的问题,我不知道应该如何处理它,但如果你转到 info.plist 并将 FirebaseAppDelegateProxyEnabled 设置为布尔值 NO,它会再次开始工作。

【讨论】:

    猜你喜欢
    • 2016-12-20
    • 1970-01-01
    • 2020-05-22
    • 2018-05-25
    • 2016-10-16
    • 1970-01-01
    • 2016-10-17
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多