Click here to Skip to main content
15,886,806 members
Articles / Phone
Tip/Trick

How to Publish your Windows Phone 8 Application on the Store

Rate me:
Please Sign up or sign in to vote.
4.67/5 (4 votes)
26 Mar 2014CPOL2 min read 17.7K   7   1
This tip shows you how to publish a Windows Phone 8 application step by step.

Introduction

Almost of my friends asked me how to publish my Windows Phone 8 application on the store and this process can take time because your application must meet all the store requirements. So, in this tip, we will see together how to publish a Windows Phone 8 application step by step.

Background

Our application lets us see the latest movies with a full description. It is ready. We have to test it before starting the Publishing steps. We run the application and we see the outputs. Inside the emulator, you will see the latest movies as we see in the picture shown below:

Image 1

Now, we need to start the process, let's start with Build in "Release" Mode which is necessary to submit the application store for download. To change the build mode from "Debug" to "Release", we should click on build menu >configuration Manager, then change the configuration like the picture shown below:

Image 2 In fact, it is important to create the application Icons. If you aren't good on using graphical editing tool, don't worry, I advice you to use Windows Phone Icon Maker, which is freely available at http://wpiconmaker.codeplex.com.

This tool will generate automatically all required different size icons.

Image 3

Once these icons are created, you have to open Project>Properties>WMAppManifest.xml where you will associate the icons and complete the application description.

Image 4

After that, we have to disable the functionality of frame-rate counter, so open App.Xaml.cs and disable this line of code:

C++
//Display the current frame rate counters
//Application.Current.Host.Settings.EnableFrameRateCounter = true; 

Added to this, we want to take at least 3 screenshots.

Image 5

Now open the project menu and click on Open Store Test Kit. Associate all images and the Windows should look like:

Image 6That is great.

Now you need to enter the website which has this link: https://dev.windowsphone.com, click on Publish then submit app. The Window should look like this one:

Image 7

Compete the app information. Then, you need to Upload the project package found at C:\Users\Hadrich\Documents\Visual Studio 2013\Projects\MoviesShow\MoviesShow\Bin\Release.

Finally, you need to associate all screenshots and click on submit. Well done.

Points of Interest

In this tip, we have learned how to easily submit a Windows Phone 8 on the Store.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
Tunisia Tunisia
Microsoft Certified Professional, Big Data and Cloud Architect.
Mail : hadrichmed@gmail.com

Comments and Discussions

 
QuestionNot getting publish option Pin
Member 1198632615-Sep-15 6:47
Member 1198632615-Sep-15 6:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.