首页 > 解决方案 > 如何在 iOS Swift 中为通用链接添加多个关联域

问题描述

我在我的应用程序中使用两个网站(开发/生产) 它们是-

  1. app.domain.com
  2. domainworksite/ca12_2020_integration/

然后对两个域使用相同的 AASA 文件。 app.domain.com工作正常,但domainworksite不工作。问题是什么?

我附上了我的 AASA 文件,请帮助我任何人。

{
  "applinks": {
    "apps": [],
    "details": [
    {
      "appID": "xxxxx.com.xxxx.xxx",
      "paths": [ "/link/xxxx"]
    }
    ]
  }
}

标签: iosswift5

解决方案


推荐阅读