Vishal Jadhav
Vishal Jadhav

Reputation: 103

How to create a Windows Phone 8 app package?

I have developed one Windows Phone 8 app using VS12. I am currently testing it on emulator. I want to forward this project for further testing. So, my question is how to create a package of same. Thank you.

Upvotes: 2

Views: 1036

Answers (2)

Yury Schkatula
Yury Schkatula

Reputation: 5369

In case we talk about Windows Phone 8.1 (not 8.0) the way to go is different. Open your solution in Visual Studio, then click the project with your Windows Phone code.

Important: you must have the project as "blue-selected", i.e. focused. If your Solution Explorer widget lost the focus and the project is "gray-selected", nothing to appear in the menu as enabled item.

Then, having the project selected and focused, immediately go to main menu: Project -> Store -> Create App Packages

Upvotes: 0

Chris Shao
Chris Shao

Reputation: 8231

the package is in your project, path like this: ProjectName\Bin\Debug(or Release)\yourAppName.xap, you can get the xap file in this path.

Upvotes: 1

Related Questions