Method AppInstallManager.StartProductInstallAsync() not working on a service in release mode
Rhuan Inocêncio
0
Reputation points
Hi team, I’m trying to download a product using the method appinstallmanager.startproductInstallasync() on my service, but it seems to not be working. Actually, when I use it in debug, it works properly. But when I generate an msix and run it in release, the method stops working.
I’m already using the runfulltrust capability.
Similar methods like appinstallmanager.SearchForUpdateAsync works properly…
Sign in to answer