I'm writing an app, it can list all apps in user device, is there have a way to know which apps were installed to the phone via wp8.1 public API currently? Can I get the app list?
Asked
Active
Viewed 132 times
1
-
Are you asking how to write a program to do this, or just how to find out as a user? – nobody May 14 '14 at 04:27
-
I'm going to write an app, not for as a user. – sunjinbo May 14 '14 at 05:42
1 Answers
0
I believe those two answers: first and second are still actual.
Looking here at MSDN, PackageManager class is available only for desktop applications, not phone:
Minimum supported phone - None supported
Thought for Enterprise Deployment you can use on Phone InstallationManager.FindPackagesForCurrentPublisher method - as written in first reference.