世博会。反应本地。深链接在Android上不起作用

时间:2020-03-04 21:12:16

标签: android react-native expo deep-linking

iOS上的通用链接效果很好。 我对Android有问题。 请参阅资产链接和intentFilters。 我将不胜感激。 SDK版本:35.0.0

资产链接-https://ocov.us/.well-known/assetlinks.json

"intentFilters": [
    {
      "action": "VIEW",
      "autoVerify": true,
      "data": {
        "scheme": "https",
        "host": "*.ocov.us"
      },
      "category": [
        "BROWSABLE",
        "DEFAULT"
      ]
  }]

1 个答案:

答案 0 :(得分:0)

data.host很有帮助。