Upon clicking Firebase dynamic link - DynamicLinks.dynamicLinks().handleUniversalLink returns false
问题 I am using Firebase dynamic links and I have few links that I have created in the firebase console. Here is example short link that I copy pasted to an email and clicking: https://app.xxx.com/deeplink/xyz When we click on the link provided, the following function gets called: func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool { } I have tried capturing the dynamic link with following