Firebase and Universal Links collision

∥☆過路亽.° 提交于 2019-12-23 20:08:59

问题


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.

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

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


回答1:


FirebaseAppDelegateProxyEnabled set to NO (Boolean) in your Plist.

Also, You might should manually set the APNS token.



来源:https://stackoverflow.com/questions/48666019/firebase-and-universal-links-collision

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!