0

I have an UWP project, the certificate that I created was the option of Test Certificate that expire in 1 year. I package the app and the app security certificate say "Approved". When I send the .appxbundle to my friend because he wanted to test my app, the installer said "The certificate is not trusted Error (0x800B0109).

My Friend doesn't speak spanish. He sent me a screenshot when the installer showed the error.

  • My Friend speak spanish and sent me the screenshot when the installer showed the error but the error is the (0x800B0109) and I post the translate in english of the error. – Miguel Genaro Mar 24 '18 at 23:01

1 Answers1

0

In order to side load an app, the machine needs to have trust for the certificate from the app developer (assuming side-loading is enabled in settings).

When you package your app within VS, there's usually a PowerShell script next to the deployment package. If they use that script, it should prompt to install the certificate as well.

Otherwise, they can manually import the certificate to their Trusted People store in order to install the appx.

Michael Hawker - MSFT
  • 1,572
  • 12
  • 18