I have created windows 10 universal app. I am able to install it on desktop using powershell, but not able to install on phone.
In W10 we can directly sideload apps by enabling setting for the same.
As far I found two ways to install on phone: 1) Install certificate generated while package generation and directly click on appxbundle (say through Files) and app will be installed in less than 30 secs. 2) Install W10 SDK, then using WinAppDeployCmd tool we can deploy it to phone.
I am finding first way simple, but nothing happens on click of install, which appears after click on appxbundle.
Anyone suffered from this, any OS version issue or any other things.
Your suggestions are welcome Thanks in advance.