Firebase和Universal Links碰撞 [英] Firebase and Universal Links collision

查看:68
本文介绍了Firebase和Universal Links碰撞的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个使用Firebase Remote Config的应用程序,它还支持通用链接.当我使用此行代码 [FIRApp configure] application:didFinishLaunchingWithOptions:中配置Firebase时,对通用链接的支持停止工作.更准确地说,永远不会调用 application:continueUserActivity:restorationHandler .

I have an app that uses Firebase Remote Config and also it supports Universal Links. When I configure Firebase in application:didFinishLaunchingWithOptions: with this line of code [FIRApp configure] the support for Universal Links stops working. More precisely application:continueUserActivity:restorationHandler never gets called.

我不使用Firebase深度链接,也没有实现它们.

I don't use Firebase Deep Links and don't have them implemented.

是否有任何关于如何阻止Firebase接管所提到的委托方法的控制的想法?

Any thoughts on how to stop Firebase from taking over the control of the mentioned delegate method?

推荐答案

在您的Plist中将FirebaseAppDelegateProxyEnabled设置为NO(布尔值).

FirebaseAppDelegateProxyEnabled set to NO (Boolean) in your Plist.

此外,您可能应该手动设置APNS令牌.

Also, You might should manually set the APNS token.

这篇关于Firebase和Universal Links碰撞的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆