How to publish app in windows market ? ( Solved )
Just follow these simple steps and you have your app available in the market.Unlike android you can publish it for free.
How to publish app in windows market
STEP 1-Before publishing the first step is to see if the app is ready for publishing or not.Run the application and see the outputs.
STEP 2-Start with build in “Release” mode.Go to build menu>configuration to change the mode from debug to release.
STEP 3-Now design a attractive icon for your application.You can also use http://wpiconmaker.codeplex.comwhich is freely available in store.
STEP 4-After the icon ha been created upload it and add description by going to Project>Properties>WMAppManifest.xml.
STEP 5-Open App.Xaml.cs and disable the functionality of frame rate counter.
STEP 6-Click on project menu amd open Store Test Kit and all the 3 screenshot of your app.
STEP 7-Visit the link http://dev.windowsphone.com.then click on publish and submit app.
STEP 8-Complete the information of the application.Upload the project package which is kept in c drive mostly.
STEP 9- Associate al screenshots and click on submit.
You can visit your website in the store.
Post a Comment