iOS 深层链接:从应用商店安装后打开应用

Ice*_*Ice 7 deep-linking ios swift ios-universal-links firebase-dynamic-links

我正在尝试实现一个类似于这个问题的功能Android Deep linking: Use the same link for the app and the play store but for iOS app。目前,我的应用程序使用UniversalLink(例如:https://www.example/com/code/000000),如果应用程序未安装服务器,则通过链接重定向到App Store(https://apps.apple.com) /us/app/instagram/id389801252 - 例如)但是安装后如何打开应用程序内的链接?从这个信息https://support.google.com/authorizedbuyers/answer/6167336?hl=en 我知道需要一些参考,例如(https://apps.apple.com/us/app/instagram/id389801252?mt= 000000 ) 什么是 ?mt=0000 <- 这是深层链接还是其他?

如何实现这个算法在此输入图像描述