Я проверил
https://developers.google.com/digital-a ... /generator, и он сказал
«Нет приложения глубоко связывание />https://digitalassetlinks.googleapis.co ... ments:list? />
Код: Выделить всё
User-agent: *
Disallow:
< /code>
my .htaccess file в Directory /.well-known
Require all granted
RewriteEngine Off
Require all granted
Allow from all
< /code>
my assetlinks.json < /p>
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target" : { "namespace": "android_app", "package_name": "my-app-id",
"sha256_cert_fingerprints": ["my-sha-256-provided-by-gogole-play-console"] }
}]
"statements": [
{
"source": {
"web": {
"site": "https://my-host."
}
},
"relation": "delegate_permission/common.handle_all_urls",
"target": {
"androidApp": {
"packageName": "my-app-id",
"certificate": {
"sha256Fingerprint": "the-old-sha-256-fingerprint"
}
}
}
}
],
"maxAge": "534347.929731888s",
"debugString": "********************* ERRORS *********************\nNone!\n********************* INFO MESSAGES *********************\n* Info: The following statements were considered when processing the request:\n\n---\nSource: Web asset with site https://my-host. (which is equivalent to 'https://my-host')\nRelation: delegate_permission/common.handle_all_urls\nTarget: Android app asset with package name my-app-id and certificate fingerprint the-old-sha-256 \nWhere this statement came from:\n Origin of the statement: Web asset with site https://my-host. (which is equivalent to 'https://my-host')\n Include directives followed (in order):\n \u003cNone\u003e\nMatches source query: Yes\nMatches relation query: Yes\nMatches target query: Yes\n\n--- End of statement list. ---\n\n\n"
}
< /code>
The Old-Sha-256 отличается от SHA 256 в моем фактическом AssetLinks.json < /p>
p.s. My-App-ID, My-Host, [My-Site] и т. Д.-заполнители. < /p>
Итак ... как заставить Google читать мои текущие AssetLinks.json вместо использования старой кэшированной версии? < /p>
Подробнее здесь: https://stackoverflow.com/questions/555 ... -fix-my-an
Мобильная версия