Search code examples
windows-phonewindows-phone-8.1windows-phone-store

Enumerate the list of installed apps on windows phone 8.1


Can we enumerate the installed apps on windows phone 8.1 or know if an app is installed?

Thanks


Solution

  • You can use InstallationManager class: msdn Use method FindPackagesForCurrentPublisher for enumerate all installed apps from current publisher on device. For more capability you need receive permission from Microsoft