简体   繁体   English

当将应用程序迁移到Windows应用商店时,“此提交失败并显示错误代码1004”

[英]“This submission failed with error code(s) 1004” when upploading app to Windows Store

I'm trying to upload my UWP app updated package (.appxupload) to the Windows Store and it tells me "This submission failed with error code(s) 1004.". 我正在尝试将我的UWP应用程序更新包(.appxupload)上传到Windows应用商店,它告诉我“此提交失败,错误代码为1004”。 My app has only one warning with the Windows App Cert Kit, because it needs the Enterprise Authentication capability. 我的应用程序只有一个警告与Windows应用程序证书工具包,因为它需要企业身份验证功能。 Does anyone know what the error code 1004 means and how I can find more information what went wrong? 有谁知道错误代码1004的含义以及如何找到更多信息出错了什么?

I read that there were some problem when using the Microsoft.NETCore.UniversalWindowsPlatform 6.2 package, so I changed it to Version 6.1.12 already. 我读到使用Microsoft.NETCore.UniversalWindowsPlatform 6.2软件包时出现了一些问题,所以我已将其更改为V6.1.12。

I figured out what the problem was. 我弄清楚问题是什么。 The package is build on a windows docker container. 该软件包构建在Windows docker容器上。 But there is the windows.winmd file missing in the package. 但是包中缺少windows.winmd文件。 That's why the error is. 这就是错误的原因。 When building the package on the local machine, everything works. 在本地机器上构建软件包时,一切正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 CodenameOne UWP app提交到Windows商店报错 - CodenameOne UWP app submission to Windows store error 此提交失败,错误代码为 2003,1201 - This submission failed with error code(s) 2003,1201 Xamarin UWP App Store 提交给出错误代码 1201 - Xamarin UWP App Store Submission gives error code 1201 UWP 商店应用程序中的隐私政策? 提交App Store认证失败 - Privacy Policy in UWP Store App ? Submission App Store Certification failed 将 UWP 应用上传到 Windows 应用商店时出错:无法合并 PRI 文件 \\Resources_split.scale-100.pri - Error when uploading UWP app to Windows Store: Failed to merge PRI file \Resources_split.scale-100.pri 如何手动打包UWP应用程序以提交到Windows应用商店? - How can I manually package a UWP app for submission to the Windows Store? 无法激活 Windows 应用商店应用。 激活请求失败,错误为“访问被拒绝” - Unable to activate Windows Store app. The activation request failed with error 'Access is denied' UWP App Store隐藏的应用提交问题 - UWP App store hidden app submission issue 应用程序通过WACK但未通过商店提交认证 - App passes WACK but fails store submission Certification 是否可以自动将应用程序提交到Windows应用商店? - Is it possible to automate the submission of an application to the Windows Store?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM