Acefzp
Acefzp
  • 发布:2025-06-08 09:52
  • 更新:2025-06-09 09:03
  • 阅读:85

iOS 生成的 平台通用链接(Universal Links)在苹果手机浏览器打开报404

分类:uni-app

iOS 生成的 平台通用链接(Universal Links)在苹果手机浏览器打开报404,没有提示打开app,是不是链接生成的有问题?
我的项目里面有三个域名,是需要每个域名的根目录都需要放apple-app-site-association这个文件么?

2025-06-08 09:52 负责人:无 分享
已邀请:
Acefzp

Acefzp (作者) - 前端开发

然后pc端浏览器打开不带https://域名xxxxx/apple-app-site-association的时候是能够看到配置信息的。生成的Universal Links

https://域名xxxxx/apple-app-site-association/ 在手机端打开的时候就404

蔡cai

蔡cai - 开发的插件:https://ask.dcloud.net.cn/article/41539

这个需要后端处理下

  • 蔡cai

    让他配置成https://域名xxxxx/apple-app-site-association/访问这个才能访问到,访问https://域名xxxxx/apple-app-site-association是访问不到的

    2025-06-09 09:04

要回复问题请先登录注册