I have a .NET standard project targeting iOS , Android and UWP . currently ,for uwp project to install on windows i need to run powershell and provide all dependencies and certificate in the same folder as appxbundle file.For distribution of my app I want to make the process simpler by just double clicking on appxbundle file and it installing it onto my computer , I tried using App Installer but it works for Windows 1809 or higher .
↧