Firebase Deeplink not calling application:continueUserActivity:restorationHandler function of AppDelegate in Swift 3
问题 I am using firebase Deeplink URL to open my app's specific section. It is working well when app running in background but when I killed the app and click deeplink url from outside than I don't know how to handle that case, I mean where I should write my condition to get the parameters of url. This method of app delegate called when app in background @available(iOS 8.0, *) func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([Any]