I have a problem regarding UWP Apps ... I have made a bundle with apps.appx extension through Visual Studio 2017. I want to install the Apps on a different Laptop / PC, but when I want to install, the certificate is not trusted while on my PC / Laptop it is Trusted. How do I make a certificate that apps are always trusted even though they are installed on various PCs / Laptops ...? thank you
If you're sideloading then you will need to trust the certificate manually. Just double click the certificate file before installation, then take the following steps:
Install Certificate > Local Machine > Place All certificates in the following store > Browse > Trusted People (That isn't a typo).
Your certificate should then be installed on that PC and any app updates or further apps developed using the same certificate should install without any issues.