RoboJackets / apiary

A web app to support RoboJackets internal operations
https://my.robojackets.org
Apache License 2.0
19 stars 5 forks source link

Add route to support verified Android App Links #1813

Closed evan10s closed 9 months ago

evan10s commented 3 years ago

See https://developer.android.com/training/app-links/verify-site-associations

kberzinch commented 3 years 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?)

evan10s commented 3 years ago

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.

evan10s commented 9 months ago

Closing, no longer needed