Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2013 - Store > Create App Packages Disabled

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

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

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.

like image 683
Nati Cohen Avatar asked May 18 '14 10:05

Nati Cohen


1 Answers

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.

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

like image 189
malte Avatar answered Oct 29 '22 20:10

malte