I have implemented ERP system. We have Windows Phone application and Windows Universal App. We are sending an email to client with order information. We have requirement to open the client application when user clicks on the link in email. If user is on
Windows 8 and the universal app is open then we have to open the apps and load the order information for the user. The same link will open the Windows Phone app, if user is on Windows Phone. Universal Apps are implemented using HTML, WinJS.
Please guide me how can I achieve this. Please let me know if you need more information.
Hardik