1

In Windows Phone I thought it wasn't possible to list the installed applications on the device, however, the company named AirWatch claims their product can do so. http://www.air-watch.com/solutions/windows-phone

Not only listing applications is possible but also installing and removing them remotely, according to AirWatch.

Anyone have any clue how is it done? I have searched the API and it doesn't seem possible since every application lives in its own sandbox.

LittleBobbyTables - Au Revoir
  • 32,008
  • 25
  • 109
  • 114
user1799563
  • 171
  • 1
  • 8

2 Answers2

2

AirWatch is a software for entreprise deployment. It's simply built upon Windows Phone's company hub.

http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj206943(v=vs.105).aspx

Kevin Gosse
  • 38,392
  • 3
  • 78
  • 94
2

+1

In addition to KooKiz, Only the solution is MDM (Mobile Device Management) for Developing a Company Hub app. There is Managed API InstallationManager.FindPackagesForCurrentPublisher allows you to get all installed application by same Publisher ID on your phone.

Hope it helps

Pavan
  • 533
  • 5
  • 15