So I\'m making mobile apps and want to do links to activate things in both iOS and Android using the same URL. I know how to do this already. my intent on android is something l
You can create intent filters for HTTP and HTTPS URLs as well as URLs with custom schemes.
For example, you might set up an intent filter like so: