My ios app uses a custom URL scheme. I want to open the application from a link by email. But I want to send one link for all platforms (desktop / mobile). If a user clicks a link from their ios device, I want to find it and open the application. If the application is not installed on the ios device, I want to detect it again and redirect the user to the application store. But I also want to open my desktop when the user clicks a link from the desktop.
I need some methodology to determine if a user is installing his application on my server side (which is encoded in .net / C # framework), then I need to take some action.
Thanks in advance.
source share