Home:ALL Converter>Use a pfx file for Certificate with VS2019 building a uwp app

Use a pfx file for Certificate with VS2019 building a uwp app

Ask Time:2019-07-12T15:44:11         Author:user3452883

Json Formatter

I'm using the ide Visual studio 2019. I create a uwp app and i want to install the app to a computer without publishing it to the playstore.

I created a pfx file (certificate). Now i want to integrate the pfx file in the app manifest for deploying purposes. With Visual Studio 2019 i can only show the certificate and view the data.

But i didn't find a way to browse the own pfx file.

Author:user3452883,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/57002362/use-a-pfx-file-for-certificate-with-vs2019-building-a-uwp-app
DasiyTian_1203 :

\n Now i want to integrate the pfx file in the app manifest for deploying purposes\n\n\nYou could create your app package sideload file using Visual Studio.\n\nSteps for creating the sideload file: Solution Explorer-> Right-click the project ->choose Store->Create App Packages -> select I want to create packages for sideloading ->select Always for Generate app bundle >Create\n\nSteps for sideloading the app package: enable your device for development -> install the signing certificate to the Trusted People or Trusted Publishers Certification Authorities store ->double clicking the app package file(Windows 10 Anniversary Update or later.\n)\nYou could see more details in document:Create an app package upload file and Sideload your app package on Windows 10 Anniversary Update or later",
2019-07-23T08:31:05
yy