Get list of all installed applications in Windows

2019-01-09 17:05发布

问题:

I am new to Windows Phone 8.

I would like to get the list of installed applications in Windows Phone 8 using c#.

Though I get some samples in older versions I couldn't fetch in Windows Phone 8.

回答1:

This functionality isn't available for 3rd party apps on Windows Phone 8. What exactly are you trying to do? You can pass along data using WP8's app2app functionality (custom protocols for plain text and file extensions for file data).

If you're interested in seeing this functionality in future WP versions please open up a new feature request on the wpdev uservoice and ask that the Win8 PackageManager APIs be implemented.



回答2:

As far as I know, this is not possible. You can only access other applications that share (use DataTransferManager) and even then you are only sending data to other apps, not receiving data.