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
0
bogdanbujdea
On
No, this is not allowed. You can launch another app, but there's no way of knowing which apps are installed.
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