Can we enumerate the installed apps on windows phone 8.1 or know if an app is installed?
Thanks
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