Search code examples
windows-phone-8windows-phone

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.


Solution

  • 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.