Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create or get a new StoreKey.pfx for UWP application

when I first published my app the certificate was created automatically Visual Studio. I keep my project in git, and the file is there added to the list .gitignore. I cloned your repository on another computer and are going to release the app update in the store, but I have no certificate. How can I get it again?

like image 685
beatsspam Avatar asked Feb 13 '17 17:02

beatsspam


1 Answers

The StoreKey.pfx file will be automatically generated when you'll be creating the app package for the Store.

Or you can get it simply by associating your app with the Store using Project > Store > Associate app with the Store...

like image 70
Marian Dolinský Avatar answered Jan 01 '23 08:01

Marian Dolinský