ARABINDA SATAPATHY
ARABINDA SATAPATHY

Reputation: 37

Create windows phone package using Visual Studio 2012

I developed a Windows Phone 8 App in Visual Studio 2012 and I'd like to create the Store/App Package. The documentation says I should have a "Project" > "Store" > "Create App Package" menu option, but there is no "Store" option in my "Project" Tab.

Upvotes: 0

Views: 74

Answers (1)

Balasubramani M
Balasubramani M

Reputation: 8378

If you are developing Windows Phone 8 app in Visual Studio, you don't need to proceed above method. Just run your application.

You will find .XAP file in YourProject/Bin/Debug. Upload the .XAP file. If you are creating Universal apps or Windows Phone 8.1 app, there you may create App Package.

Upvotes: 1

Related Questions