Search code examples
c#visual-studiouwpwindows-store-appswin-universal-app

Where did the UWP certificates go?


When building a UWP app (or a packaging app - UWP for Win32) we would get a test folder with an appxbundle file which we could install on our computer for testing. But along with it we would also get a cert so that we don't get the warning that the app is untrusted. I notice that now (since a Visual Studio update?) we don't get the certificate anymore. Is there a way to get it back?


Solution

  • Maybe you can create one in Package.appmanifest - Packaging

    enter image description here