DeepLink服务端配置.well-known

.well-known 文件夹放在根目录下

iOS teamId + buildId 构成唯一标识

{
  "applinks": {
    "apps": [],
    "details": [
      {
        "appID": "TeamId.com.company.bundle.id",
        "paths": [
          "/u/*"
        ]
      }
    ]
  }
}

Android

[
    {
        "relation": ["delegate_permission/common.handle_all_urls"],
        "target": {
        "namespace": "android_app",
        "package_name": "[包的ID]",
        "sha256_cert_fingerprints":
            ["Android包签名"]
        }
    }
]

 

posted @ 2024-10-16 14:40  雨筱逸悠  阅读(0)  评论(0编辑  收藏  举报