问题
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