将Appx文件上载到Windows应用商店时验证错误

时间:2014-07-14 10:30:12

标签: cordova

我试图将Appx文件上传到Windows应用商店,但它会抛出以下错误

1046: We're only certifying apps that target Windows Phone OS 6.3.1 at
this time. Submit your app again when you hear from us that we're ready
to support this version.

我还手动更改了<OSMinVersion><OSMaxVersionTested&gt;我的package.appxmanifest文件中的版本为6.3.1,但它仍然会产生相同的错误。

我从visual studio 2012专业版和visual studio 2012 ultimate构建了.appx文件。在Windows商店中上传时,软件包会产生相同的错误。

1 个答案:

答案 0 :(得分:1)

您正在尝试提交Windows商店尚不支持的通用8.1 .appx。 这可能意味着您有一个可以提交的Windows 8.1应用程序,但Windows PHONE 8.1部分不能。