I\'ve a website which is already developed using PHPFox and it\'s working fine. Now, iOS development team has created a mobile app in iOS for the same funct
You'll never know from where the user will open the link app or desktop until the user actually opens it.
So I would try to proxy the URL based on the user agent.
Here is an example on how to do it in nginx.