Dynamic Links Firebase function not being called at all Xcode 12?
问题 So I have a dynamic link that is working in that it opens up the app when I click on it but the handling of the dynamic link doesn't happen. This is because application function seen below is never entered and I'm not sure why... func handleIncomingDynamicLink(_ dynamicLink: DynamicLink){ guard let url = dynamicLink.url else { print("That's weird. My dynamic link object has no url") return } print("Your incoming link parameter is \(url.absoluteString)") } func application(_ application: