Closed evan10s closed 9 months ago
It looks like this would grab all links under https://my.robojackets.org. Is there a good way to kick back to a browser if the mobile app does not have a screen for a given web URL (which will be very common for a very long time?)
That's definitely possible, but you can also limit to specific paths in the manifest element. I ended up handling the deep link with a custom URL scheme (e.g., org.robojackets.apiary://blah
), which has better compatibility and does what we need for now.
Closing, no longer needed
See https://developer.android.com/training/app-links/verify-site-associations