我有2个APP,uni-universallinks是uniapp自动生成的,为何第一个APP跳转微信后会返回到第二个APP呢?
APP1 -- uni-universallinks:
https://static-mp-a9661223-1e8b-4c66-a9b9-a70442c09734.next.bspapp.com/uni-universallinks/UNID4C5A47/
APP2 -- uni-universallinks:
https://static-mp-a9661223-1e8b-4c66-a9b9-a70442c09734.next.bspapp.com/uni-universallinks/UNI968F734/
我通过Safari浏览器访问这两个地址,发现都是提示打开APP2。
APP1下载地址: App Store 搜索“明厦智慧燃气”
APP2下载地址:App Store 搜索“明厦智慧燃气企业版”
5 个回复
mingsha (作者)
谁能帮我看一下呀
mingsha (作者)
官方的人呢?没人解答吗
mingsha (作者)
我排查到问题了,unicloud打包机自动生成的 /.well-known/apple-app-site-association 文件里配置有问题。我把path里的通配符 “*”删掉,就不会出现上述问题了。但是每次打包时,云平台还是会自动更新apple-app-site-association 文件,希望官方能解决一下这个问题!
4***@qq.com
您好 请问是删掉paths 里的第一个“” 还是删掉 “/uni-universallinks/UNIC8D5343/” 末尾的*呢
2024-03-21 14:52
涛tao
一模一样的问题。怀疑又是hbuilderx搞的鬼,以前好好的。目前版本为4.0.8发现问题
2024-04-12 12:14
1***@qq.com
回复 4***@qq.com: 解决了嘛?
2024-08-27 09:35
mingsha (作者)
@DCloud-HBuilderX团队
1***@qq.com
解决了吗?怎么调整的呢?
1***@qq.com
{
"applinks" : {
"apps" : [],
"details" : [
{
"appID" : "appid",
"paths" : ["/uni-universallinks/UNIEDAC425/" ]
},
{
"appID" : "appid",
"paths" : [ "/uni-universallinks/UNI6179401/" ]
}
]
}
}
文件中改成这样了 还是会跳转到另一个app中,是哪块配置错了吗?
2024-08-27 09:34