VS 2013 - 商店 >禁用创建应用程序包

VS 2013 - 商店 >禁用创建应用程序包

问题描述:

我正在尝试使用 VS 2013 部署 Windows Phone 8.0 程序包,以便将其上传到应用商店.

I am trying to deploy a Windows Phone 8.0 package with VS 2013, in order to upload it to the Store.

我已经参考了这篇文章但是问题是 Project > Store 被禁用...

I have referred to this article but the problem is that Project > Store is disabled...

我搜索并找到了这些答案:答案 1答案 2.但没有任何帮助:即使在解决方案资源管理器中选择了正确的项目 - 我仍然无法使用 VS 中的 Store 菜单项.

I have searched and found these answers: Answer 1, Answer 2. But with no help: even though the correct project is selected in the solution explorer - I still can't use the Store menu items in VS.

知道为什么吗?你能帮助我吗?谢谢.

Any idea why? Can you help me? Thanks.

您正在查看 Windows 应用商店的教程.不是 Windows Phone 商店.要为 Windows Phone 上传包,您需要构建项目,然后在 dev.windowsphone.com 的上传过程中选择您在 Bin\Release 中找到的 *.xap.

You are looking at a tutorial for Windows Store. Not Windows Phone store. To upload packages for Windows Phone, you need to build the project and then choose the *.xap you find in Bin\Release in the upload process at dev.windowsphone.com.

如果您为 Windows-Phone8.1/Windows8.1 开发通用应用程序或明确为 Windows-Phone8.1 开发应用程序,这确实会改变.

This does change if you develop an universal application for Windows-Phone8.1/Windows8.1 or an application explicitly for Windows-Phone8.1.