我已经在我的 ionic 4 应用程序中实现了深度链接,并且一切正常:
来自浏览器的 URL Scheme 链接,例如“myapp://home”
使用 ADB 命令调用时的通用链接,例如 adb shell am start -a android.intent.action.VIEW -d "https://mywesbite.com/home" com.mybundleid.com
但是,直接从浏览器单击通用链接时不起作用,例如“https://mywesbite.com/home”
我在域上设置了我的assetlinks.json 和 apple-app-association 文件。
我错过了什么?
请帮忙!