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

∥☆過路亽.° 提交于 2019-11-30 21:15:13

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!