fdocr / udl-server

This is a server that bounces traffic to better leverage Deep Linking in mobile apps.
MIT License
10 stars 6 forks source link

Improve Android support #10

Open fdocr opened 2 years ago

fdocr commented 2 years ago

The architecture was originally intended to solve the iOS Universal Links deep link situation (mentioned in the README).

Android doesn't really require this in some situations because Intents work without the need for a "pivot domain" (UDL Server). However, as a plug-and-play solution it could be useful to redirect Android users here (monitoring/analytics benefit in some ways).

This issue is meant for tracking that discussion, which will likely be just myself "thinking out loud" (in the open at least).