简体   繁体   English

我的网站的数字资产链接协议不起作用

[英]Digital Assets Link protocol to my website not working

While I try to publish my instant app in play store it showing that当我尝试在 Play 商店中发布我的即时应用程序时,它显示

Your site 'app.mydomain.in' has not been linked through the Digital Assets Link protocol to your app.您的网站“app.mydomain.in”尚未通过数字资产链接协议链接到您的应用程序。 Please link your site through the Digital Assets Link protocol to your app.请通过数字资产链接协议将您的网站链接到您的应用程序。

But I linked the Digital Asset Link to my website But Still Showing This error I am using App sign key which in play console and also While Test with https://developers.google.com/digital-asset-links/tools/generator但是我将数字资产链接链接到我的网站但仍然显示此错误我正在使用应用程序签名密钥,该密钥在游戏控制台中以及使用https 进行测试时://developers.google.com/digital-asset-links/tools/generator

showing good but trying to Roll to productions it showing this error please help me显示不错,但试图滚动到制作它显示此错误请帮助我

将数字资产文件的权限更改为公共后,我解决了此问题

There is some issue in the asset link generator.资产链接生成器中存在一些问题。

Use below format.使用以下格式。

[
   { 
      "relation":[ 
                  "delegate_permission/common.handle_all_urls"
                 ],
      "target":{
                  "namespace":"web",
                  "site":"https://abc.xyz.com" 
               }
   },
   {
     "relation":[
                 "delegate_permission/common.handle_all_urls"
                ],
     "target":{
                  "namespace":"android_app",
                  "package_name":"com.ddd.app",
                  "sha256_cert_fingerprints":[ "ff:32:58:3A:CD:D8:57:9F:FB:C1:d3:88:33:44:FB:5B:33:15:33:33:8F:8A:3A:27:33:54:BE:33:7D:5D:4r:D7"
                                              ]
              }
     }

] ]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM