문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top