Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Andrew Grant asked this question a few years ago for the iPhone Appstore. I thought it was very helpful, and now I'd like to ask fellow developers the same question in regards to the Windows Phone 7 Marketplace:

In a day or two I'll be ready to submit my Windows Phone 7 app to the Marketplace and I'm curious whether people who have gone through this process have any tips / suggestions for a smooth submission process.

share|improve this question

6 Answers

up vote 20 down vote accepted

To pass certification...

The first thing to do is familiarise with the Application Certification Requirements.

They're quite detailed and where people are getting pulled up in certification, they are being pointed to specific points in this document and given detailed test notes back from certifiers.

You can make notes to certifiers if you have cause for special consideration against specific requirements.

For paid apps, submission doesn't cost you anything.

It is also a good idea for you to be familiar with the UI Design and Interaction Guide for Windows Phone v2.0 when designing your app. Not that you can't vary from this, but many of the guidelines are good to keep in mind and understand the reasoning to make sure you don't run into trouble.

There was also this advice from certifiers early in the process on issues that were tripping a lot of people up.

Grok the docs

Understand the policies and requirements that all applications need to meet to pass certification testing. The Windows Phone 7 application certification requirements are posted at http://developer.windowsphone.com

Know your imagery and iconography

Test Case 4.6 - Screen shots should encompass the full 480 x 800 dimension, must be a direct capture of the phone screen or emulator, and need to use the correct aspect ratio Test Case 4.5 – Avoid using the default Windows Mobile icons

Pick your Panorama

Including a panorama image is optional, but recommended. This will enable us to potentially improve your application’s visibility by featuring your app and panorama image within the Marketplace catalog

Toast Notification

Test Case 6.2 - There must be the ability for the user to disable toast notification On first use of HttpNotificationChannel.BindtoShellToast method, the application must ask the user for explicit permission to receive a toast notification

Applications Running Under a Locked Screen

Test Case 6.3 - This only applies to applications that continue to execute when running under the locked screen and does not apply to applications in a suspended state Prompt the user for explicit permission to run under a locked screen upon first use of ApplicationIdleDetectionMode

Back Button

Test Case 5.2.4 - Back button behavior is one of the most typical failures. A common failure is pressing the back button during application runtime exits the application, instead of returning the application to a previous page or closing the presented menu or dialog

Themes

Test Case 5.1.1. - Avoid controls and text washing-out by testing applications with the Theme Background set to “light”

UPDATE - 16 November 2010 - Channel 9 Video

Code Cleanup, Exception Handling, and Preparing for the Marketplace

UPDATE - 3 February 2012 - MSDN Magazine

Get Your Windows Phone Applications in the Marketplace Faster

share|improve this answer

I have found this article a good resource on the topic.

Im summary:

  1. Start tiles and splash screens are your first impression… Make them great.
  2. Make sure your buttons are visible even when the keyboard is displayed.
  3. Build your application to respect theme and accent color changes.
  4. Make sure your finger can hit its target and the text is readable.
  5. Right layout alignment and information hierarchy are key.
  6. Place your buttons well… Flying buttons, home buttons, and back buttons… Oh my!
  7. Give feedback on touch and progress within your UI.
  8. Embedding web content should be done with extreme caution.
  9. Make your life easy. Use our common controls, and use them right!
  10. Understanding Pivots and Panoramic views.
share|improve this answer

Test performance on a real device before submitting.

Test thoroughly!

Don't use formatting in your marketplace description as it won't be preserved consistently when displayed in the Marketplace.

Don't use transparencies on Black or White for the background in your marketplace images.

Provide detailed, useful, helpful, relevant information to the tester(s) to avoid them having to come back and ask questions.

If you are asked a question by the tester, respond quickly or risk going to the back of the queue when you do respond.

And, if you fail. When resubmitting:

Be sure to increase the version number.

Be sure to address all the issues mentioned in the test report

share|improve this answer
Plus 1 for tips on the inevitable re-submission – Andrew Garrison Nov 10 '10 at 5:55
Formatting works now. Check my app Classic Metronome or Bomber. Text is formatted. – lukas Nov 10 '10 at 9:34
@lukas looking at Classic Metronome, in the Zune desktop software, it doesn't seem formatted correctly. I'd guess that the predefined tempos should be in a list but they are strung into continuous text with odd looking line breaks. – Matt Lacey Nov 10 '10 at 9:43
ye that doesnt but other does :) – lukas Nov 10 '10 at 13:11

I have posted a few general tips on my blog.

About marketplace:

  1. To see app on marketplace if you are not from the country that has own marketplace go to Control Panel -> Location and change it to United States.
  2. Do not use transparent images at all.
  3. Use this app to get all reviews by ID.
share|improve this answer
The link to the Silverlight app to get all the reviews from each Marketplace around the world was really useful. Seems link something that should be build into create.msdn.com – Daniel Ballinger Nov 13 '11 at 22:47

In addition to the points mentioned my Mick N, here are some extra tips i learned from my first successful submission:

  1. Prepare your xap before you start the process. Make sure you set the configuration to "Release" not "Debug" for the last build. Copy and paste the xap to a folder you can easily find when uploading. Be careful not to upload an older xap.

  2. Prepare your description and keywords before you start. Check for spelling and punctuation. Trying to prepare them in the middle of the submission process will result in a bad description and/or spelling mistakes.

share|improve this answer

Marketplace Tips for Windows Phone 7 Developers: The Good, The Bad, and the Ugly is an interesting post by Adam Nathan.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.