Search code examples
windows-store-appswindows-phone-7.1

How to detect an application is already installed and hence open that application in Windows Phone 7


I am writing a windows Phone 7.1 Application and i want to detect whether an application is already installed or not. After determining that it is available then i need to open that application. I do have the Publisher ID for both the applications. Is it possible?

Please advice on this.


Solution

  • Each app is sandboxed. Therefore you cannot tell which apps are installed and you cannot launch apps.

    For some file types such as pdf, doc etc., you can launch them from your app in the phone's browser using a remote URL (local files will not work), and the browser will open the correct app and view the file. But this is limited the Microsoft apps and a few partners.