79086771

Date: 2024-10-14 15:30:54
Score: 0.5
Natty:
Report link

If it opens the browser and does not redirect, it's likely an issue with your hosted URL, not on the device. Make sure your hosted URL has the correct association and link files for Android and iOS; this is what tells the device browsers to loop for apps and redirect them from the website.

Here are the Flutter docs with a video on how to implement deep linking

Steps:

  1. Make sure your app files and permissions are correctly set up for android for iOS
  2. Ensure your hosted URL has the correct assetlint.json and apple-app-site-association files for Android and iOS, respectively. You can see how to configure those files in the Flutter deep linking tutorial video.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Aaron Kennedy