I'm working on several android and ios apps and I'd prefer deep links like this:
https://my-domain.com/app1/link1
https://my-domain.com/app1/link2
https://my-domain.com/app2/link1
https://my-domain.com/app2/link2
instead of:
https://app1.com/link1
https://app1.com/link2
https://app2.com/link1
https://app2.com/link2
Is the first approach doable on both platforms? Or should/need I pick the second one and register separate domains for each app?