如何签署.appxupload文件 [英] How to sign .appxupload files

查看:194
本文介绍了如何签署.appxupload文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用visual studio创建了一个Windows Phone应用程序。使用microsoft signtool.exe我可以成功签署.appx和.appxbundle文件。在签署.appxupload文件时出现错误"文件格式无法签名,因为
无法识别"正在显示。



用于签名的命令是:



signtool.exe sign / fd SHA256 / a / f [证书文件] / p [密码]" myapp.appxupload"



请告诉我如何解决此问题

I have a created a windows phone application using visual studio . Using microsoft signtool.exe i can able to sign .appx and .appxbundle files successfully. Where as while signing .appxupload file an error "The file format cannot be signed because it is not recognized" is getting displayed .

Command used for signing is :

signtool.exe sign /fd SHA256 /a /f [certificate file] /p [password] "myapp.appxupload"

Please let me know how to resolve this issue

推荐答案

 ""myapp.appxupload""不需要使用signtool进行签名,它可以直接上传到商店。 通常,.appxupload文件在从Visual Studio创建时已经过签名。您可以在此处获取更多信息:在应用中签名
使用SignTool进行打包
 和使用Visual Studio打包UWP应用程序

The "myapp.appxupload" do not need to be signed using signtool and it could be uploaded to the store directly.  Generally, .appxupload file has been signed when it is created from the Visual Studio. You could get more information here:Sign an app package using SignTool and Package a UWP app with Visual Studio

致以最诚挚的问候,

Roy


这篇关于如何签署.appxupload文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆