79176473

Date: 2024-11-11 05:25:00
Score: 1.5
Natty:
Report link

Ensure URI Scheme Matching: Double-check that the uriPattern in your navDeepLink and the data in your AndroidManifest.xml are aligned. Your code should work as long as uriPattern = "myapp://home/profile" and match exactly. The in the AndroidManifest.xml should have both BROWSABLE and VIEW set, as you've done.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hossein S