简体   繁体   English

Xamarin UWP App Store 提交给出错误代码 1201

[英]Xamarin UWP App Store Submission gives error code 1201

I am trying to submit a UWP Xamarin Forms app to the Windows store.我正在尝试向 Windows 商店提交 UWP Xamarin Forms 应用程序。 Everything checks out fine locally.在当地一切正常。 I pass the WACK test (Windows Application Certification Kit) both locally as well as during submission.我在本地和提交期间都通过了 WACK 测试(Windows 应用程序认证工具包)。 But during the submission process, I get a cryptic 1201 without any additional information.但是在提交过程中,我得到了一个没有任何附加信息的神秘 1201。 How can I get additional details to fix this issue.如何获取其他详细信息来解决此问题。

Looking at some of the posts online, I removed ARM and only submitted an x64 bundle.看了网上的一些帖子,我去掉了ARM,只提交了一个x64 bundle。 That seemed to work fine the first time.这似乎第一次运行良好。 But when I try and update the submission, I am getting error 1201.但是当我尝试更新提交时,我收到错误 1201。

Any and all help would be appreciated.任何和所有帮助将不胜感激。

BTW, I am using VS2019, Xamarin Forms 5.0.0.2083顺便说一句,我使用的是 VS2019,Xamarin Forms 5.0.0.2083

Thanks in advance.提前致谢。

The issue was not on my end but more to do with the idiosyncrasies of submission process in the Windows Store.问题不在于我,而更多地与 Windows 应用商店中提交过程的特性有关。 I still get sporadic issues but I have resolved it with a combination of the following compiler flags:我仍然遇到零星的问题,但我已经使用以下编译器标志的组合解决了它:

  1. Setting the Use64BitCompiler msbuild property to avoid memory issues设置 Use64BitCompiler msbuild 属性以避免内存问题
  2. true真的
  3. Ensuring that the release build is clean and working确保发布版本干净且有效

I will update this answer as I learn more in my subsequent submissions.随着我在后续提交中了解更多信息,我将更新此答案。

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

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