【发布时间】:2016-11-03 21:16:26
【问题描述】:
在我的服务器(https)中,我有 apple-app-site-association 文件,其中包含下一个内容
{
applinks: {
apps: [ ],
details: [
{
appID: "{Prefix}.{bundleId}",
paths: [
"*"
]
}
]
}
}
但是当我使用验证工具测试 con 时,https://search.developer.apple.com/appsearch-validation-tool/,
我得到这个错误
文档说 apple-app-site-association 文件应该放在服务器的根目录中
https://domain.com/apple-app-site-association
我确实向我的工作的服务器管理员请求上传文件并 而且他还没有把文件放在根目录下,否则
https://domain.com/某事/apple-app-site-association
这有什么问题吗?
另一个问题:我的应用程序正在开发,因此它不在 el 应用程序商店中,但本教程 https://www.raywenderlich.com/128948/universal-links-make-connection 说:
“App Store 上的真实应用需要测试通用链接”,是吗?
【问题讨论】:
标签: ios deep-linking