79129237

Date: 2024-10-26 18:43:04
Score: 0.5
Natty:
Report link

Have you added the assetlinks.json file to you website. Host the file at a URL that resembles the following: <webdomain>/.well-known/assetlinks.json

The file content should look something like this:

[{
  "relation": ["delegate_permission/common.handle_all_urls"],
  "target": {
    "namespace": "android_app",
    "package_name": "com.example.deeplink_cookbook",
    "sha256_cert_fingerprints":
    ["FF:2A:CF:7B:DD:CC:F1:03:3E:E8:B2:27:7C:A2:E3:3C:DE:13:DB:AC:8E:EB:3A:B9:72:A1:0E:26:8A:F5:EC:AF"]
  }
}]

Source - https://docs.flutter.dev/cookbook/navigation/set-up-app-links#assetlinks-json Flutter Deep linking Guide - https://docs.flutter.dev/ui/navigation/deep-linking

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gagan Yadav