Im having a issue with Firebase and Dynamic Links.
func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool
is triggered more than once. For example after using the dynamic link on the device - the app opens and "open url" is called. Then i delete the app, reinstall and the "open url" is triggered again with the dynamic link.
Any idea why this could be happening? Is maybe issue correlated with this similar problem on android? Firebase dynamic links handled twice