在微信浏览器中,点击打开App按钮,会跳转到universal link链接到页面。
在回退,再次点击该按钮时,则能打开第三方App。
apple-app-site-association文件
"applinks": {
"apps": [],
"details": [
{
"appID": "teamId.com.xx.xxx",
"paths": [ "/link/*" ]
}
]
}
跳转链接
window.location.href = "https://oia.betech.com/link/app"
楼主解决了吗 我也是window.location.href = "https://oia.betech.com/link/app" 没有任何作用,不管第几次 都打不开
你好,参考文档排查下https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/iOS.html