简体   繁体   English

无法验证 Microsoft Store 的 UWP 应用程序

[英]Unable to validate UWP application for microsoft store

I have developed a UWP application via Xamarin Forms.我通过 Xamarin Forms 开发了一个 UWP 应用程序。 I am able to sideload the release bundle.我能够侧载发布包。 But when I am trying to publish or associate the app to the Microsoft Store.但是当我尝试将应用程序发布或关联到 Microsoft Store 时。 Getting the below error.得到以下错误。 Any suggestions or input would be really appreciated.任何建议或意见将不胜感激。 Thanks.谢谢。

Error: Unable to install Microsoft.UI.Xaml.2.4_2.42007.9007.0_x86_8wekyb3d8bbwe because the same package Microsoft.UI.Xaml.2.4_x86_8wekyb3d8bbwe is specified multiple times.错误:无法安装 Microsoft.UI.Xaml.2.4_2.42007.9007.0_x86_8wekyb3d8bbwe,因为多次指定了同一个包 Microsoft.UI.Xaml.2.4_x86_8wekyb3d8bbwe。 Each package specified needs to be unique.指定的每个包都必须是唯一的。

It seems that you are running the local WACK Test for your app.您似乎正在为您的应用程序运行本地 WACK 测试。 Based on the error message, the Microsoft.UI.Xaml failed to install because it is installed before.根据错误消息,Microsoft.UI.Xaml 安装失败,因为它之前已安装。 The local WACK test uses your local device to test and it is optional.本地 WACK 测试使用您的本地设备进行测试,它是可选的。 I'd suggest you upload your package to the store submission directly.我建议您直接将您的包裹上传到商店提交。 When you upload your package to the store, there will be another Online WACK test for your app and the store will only check the result of the online WACK test.当您将您的包上传到商店时,您的应用将再次进行在线 WACK 测试,并且商店只会检查在线 WACK 测试的结果。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM