Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i change the Package family name in uwp windows 10

I want to change the key mentioned in fig., when i change the certificate file it changes to the another temporary key, and the publisher folder is creating with this key as name. but i want it as a meaningful name. is it possible.? if anybody knows, please help me.

enter image description here

like image 997
Ajith KT Avatar asked Apr 10 '17 07:04

Ajith KT


Video Answer


1 Answers

Together, these elements declare the identity of your app, establishing the "package family" to which all of its packages belong. Individual packages will have additional details, such as architecture and version.

enter image description here

The package family name is the combination of YourProjectName and TemporaryKey. And the Temporaraykey is a hash value of the Publisher. PFN(Package family name) gets automatically populated as a combination of Package name and the Temporarykey. It just changes with the value of Publisher changing. But it will always be a hash value not a meaningful name.

like image 197
Nico Zhu - MSFT Avatar answered Sep 24 '22 06:09

Nico Zhu - MSFT