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

I had uploaded my app on 19th and today I seen my app certification failed. I have created a general space shooting game.

**Your app doesn't meet requirement 1.2
Your app doesn't meet requirement 3.5
Your app doesn't meet requirement 4.1**

Do testers does not have sense that it will not require any account of so for testing 1.2, for 4.1 I agree that I had not wrote in description that it will not use any network etc.

But why 3.5 failed. Its up to me where I want to provide keyboard support and where touch support. No one should tell me how I should design my app.

For menus and other game state management I provided both touch and keyboard support. But for playing game I gave only touch support with accelerometer because I wanted it to be that way.

These are tester notes :

Notes from Testers:

D:: This app appears to be incomplete in its functionality to our reviewers. B:: The app has declared access to network capabilities and no privacy statement was provided in the Description page. C:: The app has declared access to network capabilities and no privacy statement was provided in the Windows Settings Charm. D:: During the app review, it did not seem to the keyboard / mouse support was working as expected. Please see: http://msdn.microsoft.com/en-us/library/windows/apps/Hh761498.aspx for some of the common interactions for keyboard, mouse and touch.

I am attaching a screen shot please help me to resolve errors.

http://social.msdn.microsoft.com/Forums/getfile/197771

share|improve this question
1  
shouldn't you ask this to the testers ? – Gaurav Shah Nov 22 '12 at 6:24
@GauravShah unfortunately that we can not. Its very poor process. why i am asking here is if someone had the same problem and how they would have resolved. – sunder Nov 22 '12 at 6:26

closed as off topic by Bill the Lizard May 15 at 20:13

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

Check out this blog post series on common causes of Windows Store certification failure and how to fix them. Specifically, here is the article on req 1.2 and req 4.1.

As for req 3.5, are you using any gestures in ways that are inconsistent with the standards? For example, the pinch/stretch gesture commonly used for zooming to fire a gun or something? Perhaps that could cause it. I do agree that it is up to you how you want to design your app; one thing that can help is to be really clear in both your app description and the "Notes to Testers" section about how the game works, so they don't make assumptions that are incorrect. You also must provide keyboard and mouse support for those who don't have touch screens.

P.S. Your screen shot looks really cool! Hope the app gets in soon. :)

share|improve this answer
Thank Jennifer this is useful. for 4.1, I don,t use any network connectivity. Do I need to explicitly specify that. for 3.5, I had intentionally done that to provide better gaming experience for touch devices. If I give keyboard support, then anyway acceleroment input will override that. what I should do to resolve 1.2 ? – sunder Nov 22 '12 at 6:40
For 4.1, read that link - you should uncheck the Internet capability in your app manifest if you aren't using the network, and then you won't need a privacy policy. For 3.5, you should add keyboard/mouse support so that everyone can enjoy your game, but if they have touch, they can use that and get the best experience with the accelerometer and all. For 1.2, read the link I gave and follow those tips...the biggest thing is to make sure that everything in your description is fully implemented. – Jennifer Marsman - MSFT Nov 22 '12 at 6:50
Thank you, I appreciate you help. One last thing I wanted to ask, What king of notes I should provide to testers so that they will not misunderstood 1.2 or 3.5? – sunder Nov 22 '12 at 7:03

B:: The app has declared access to network capabilities and no privacy statement was provided in the Description page.

Here is the solution for privacy problems.

share|improve this answer

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