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