I would like to create a series of apps that will be opened via URL scheme. What I would like to do is to use the same base scheme for all of them but be able to specify which app to open... somthing like this:
- myApp://open?appUrl="app1" -> open first app
- myApp://open?appUrl="app2" -> open second app
- etc...
Is it possible?
THX