Click here to Skip to main content
15,879,326 members
Articles / Mobile Apps / Windows Phone 7

Submitting a Windows Phone 7 Application to the Market

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
22 Nov 2010CPOL3 min read 16.9K   18  
How to submit a Windows Phone 7 Application to the market

This is the last post in a series of articles detailing the process of building/deploying a WP7 application. I've walked you through setting up the tools, to playing with the hardware to deploying your application to the actual hardware. Now I'm going to show you how to submit an app to the market. I've provided a link to all the articles mentioned below.

OK, so you have followed my guide and are ready to submit your app to the marketplace. Let’s get started. To submit a Windows Phone 7 application, you need to create an account first. You should already have one if you have followed my guides. After that, you should navigate over to http://create.msdn.com/en-US/. You will see the screen below and should click the Submit for Windows Phone.

image

It is a 5 step process, but it is very simple. Below is the first screen you will see when submitting your application to the marketplace.

Key Things to Note in Step 1

  • The maximum size for a .xap is 400MB. That is a lot for a mobile application. Keep that in mind.
  • Your .xap file is usually located in the \Bin\Release or \Bin\Debug according to what you selected.
  • You can ask for a Technical exception on this screen. (For example: If your application needs to run in the background)

image

Key Things to Note in Step 2

  • It’s very important that you write a detailed description in Step 2. This is what users will read when they decide to purchase your app or not.
  • Make sure you use as many keywords as possible for your app.
  • Give a support email address. You do not want your users spreading negative feedback about your app. If you fix it, then chances are they will spread good news.
  • Notice that at the bottom of this screen it detects what capabilities are required by your app.

image

Key Things to Note in Step 3

  • It’s really best to have someone that knows Paint.Net or Photoshop to create your app artwork. If you don't have anyone, then you can always do it yourself for free with Paint.net.
  • Pay attention to the sizes below. I had to fire open Paint.net and change mine to match exactly the dimensions they listed. (Even if it's off .5%, it will fail).

image

Key Things to Note in Step 4

  • You can add if your application has a Trial mode here.
  • Make sure if you price your application greater than .99 cents, it's worth it.
  • You can only submit 5 free applications per account.

image

Key Things to Note in Step 5

  • You only have one option here and that is to automatically add it to the Marketplace after passing certification.

image

After you have submitted your application for publication, you can visit your app hub to see the status. Most of the Windows Phone 7 apps are being tested/approved within a few days.

image

That is all there is to it. A very simple process to submit your application to the marketplace. If your app fails testing, then Microsoft will send you an email detailing why. If my app fails, then I will document that process as well. Thanks for visiting and keep rocking Silverlight.

alt Subscribe to my feed

License

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


Written By
Software Developer (Senior) Telerik
United States United States
Michael Crump is a Silverlight MVP and MCPD that has been involved with computers in one way or another for as long as he can remember, but started professionally in 2002. After spending years working as a systems administrator/tech support analyst, Michael branched out and started developing internal utilities that automated repetitive tasks and freed up full-time employees. From there, he was offered a job working at McKesson corporation and has been working with some form of .NET and VB/C# since 2003.

He has worked at Fortune 500 companies where he gained experience in embedded systems design and software development to systems administration and database programming, and everything in between.

His primary focus right now is developing healthcare software solutions using Microsoft .NET technologies. He prefers building infrastructure components, reusable shared libraries and helping companies define, develop and automate process standards and guidelines.

You can read his blog at: MichaelCrump.net or follow him on Twitter at @mbcrump.

Comments and Discussions

 
-- There are no messages in this forum --