79143571

Date: 2024-10-31 05:20:51
Score: 1
Natty:
Report link

You need to set up the deep link on your website. For example

Manifest

<data android:scheme="https"
  android:host="www.mywebsite.com"
  android:pathPrefix="/my-path"

Website

<a href="https://www.mywebsite.com/my-path">Open App</a>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user27894462