<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Crash reports help you certify your Windows Store app</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2013/01/28/crash-reports-help-you-certify-your-windows-store-app.aspx</link><description>As the Windows Store continues to grow and offer app builders a significant market opportunity, we want to clarify the app certification process, so you know what to do to get your app into the Windows Store. We also want you to know how to proceed if</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Crash reports help you certify your Windows Store app</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2013/01/28/crash-reports-help-you-certify-your-windows-store-app.aspx#10393465</link><pubDate>Wed, 13 Feb 2013 18:39:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10393465</guid><dc:creator>Michael Milne</dc:creator><description>&lt;p&gt;Why an app will crash in the certification environment and not on deleveloper machines is simply that they are developers machines. Few try testing on PERFECTLY NEW MACHINE. Often they forget to clean out old .dlls or they are compliling on the same machine as testing, missing something but it runs fine on the compiling machine because it is there on it and doesn&amp;#39;t need to be compiled in.&lt;/p&gt;
&lt;p&gt;I run a software company, and as much as I say this, programmers continually try to shortcut the hassle of re-installing a clean copy of the OS on a separate machine everytime they want to test a finished product. And new programmers always say this is impossible and not the cause because everything was removed from the last install. Not.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10393465" width="1" height="1"&gt;</description></item><item><title>re: Crash reports help you certify your Windows Store app</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2013/01/28/crash-reports-help-you-certify-your-windows-store-app.aspx#10390619</link><pubDate>Sat, 02 Feb 2013 23:56:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10390619</guid><dc:creator>Fabio Pintos - MSFT</dc:creator><description>&lt;p&gt;One should test an app in a clean test machine, or at least with a clean test account, in order to get closer to the certification environment. &lt;/p&gt;
&lt;p&gt;The dev machine/account can end up with persistent settings in the user profile that can mask issues, like nickm324 found out.&lt;/p&gt;
&lt;p&gt;Testing without network or simulating network failures, full disk and things like that are also interesting ways to find bugs that might cause an app to crash in user&amp;#39;s machine but not in the dev machine.&lt;/p&gt;
&lt;p&gt;Two things to remember:&lt;/p&gt;
&lt;p&gt;1) it always works in the dev machine;&lt;/p&gt;
&lt;p&gt;2) you don&amp;#39;t ship the dev machine.&lt;/p&gt;
&lt;p&gt;:-)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10390619" width="1" height="1"&gt;</description></item><item><title>re: Crash reports help you certify your Windows Store app</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2013/01/28/crash-reports-help-you-certify-your-windows-store-app.aspx#10390389</link><pubDate>Fri, 01 Feb 2013 18:49:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10390389</guid><dc:creator>nickm324</dc:creator><description>&lt;p&gt;Thank god! I went through this very situation just recently and was so frustrated because all the TESTER notes said was basically &amp;quot;The app crashed on startup&amp;quot;. And I could not get it to crash no matter what I did here locally. Very frustrating to say the least.&lt;/p&gt;
&lt;p&gt;Turned out to be an issue with trying to read Profile values and them not already existing on startup of the app, but I go no information at all from the TESTER at what point it crashed, were any dialogs displayed, etc.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10390389" width="1" height="1"&gt;</description></item><item><title>re: Crash reports help you certify your Windows Store app</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2013/01/28/crash-reports-help-you-certify-your-windows-store-app.aspx#10389154</link><pubDate>Tue, 29 Jan 2013 14:18:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10389154</guid><dc:creator>jwiese</dc:creator><description>&lt;p&gt;@Zubair the crashes these dumps will come from are most often those that the tester experience while manually testing your application as part of the certification process. &amp;nbsp;That said, your application could crash while the automated WACK tool is running, in which case there are files created to review what may have happened, but you should be catching those before you submit to Microsoft for certification as @Lukas pointed out.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10389154" width="1" height="1"&gt;</description></item><item><title>re: Crash reports help you certify your Windows Store app</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2013/01/28/crash-reports-help-you-certify-your-windows-store-app.aspx#10389116</link><pubDate>Tue, 29 Jan 2013 10:26:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10389116</guid><dc:creator>Zubair</dc:creator><description>&lt;p&gt;I know broken apps should not be submitted, what I am trying to say is what are those &amp;#39;unexpected app crashes&amp;#39; that dont appear on developer PC and tablets that do in MS certification? Does Windows ACK generate crash dumps and Error Info other than in Windows Event viewer?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10389116" width="1" height="1"&gt;</description></item><item><title>re: Crash reports help you certify your Windows Store app</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2013/01/28/crash-reports-help-you-certify-your-windows-store-app.aspx#10389107</link><pubDate>Tue, 29 Jan 2013 09:39:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10389107</guid><dc:creator>Lukas</dc:creator><description>&lt;p&gt;@Zubiar: If the app crashes on your side, you can debug that yourself. You should not submit an app that crashes on your own PCs. This is only for unexpected app crashes that occur at MS certification site, which you cannot reproduce yourself.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10389107" width="1" height="1"&gt;</description></item><item><title>re: Crash reports help you certify your Windows Store app</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2013/01/28/crash-reports-help-you-certify-your-windows-store-app.aspx#10389062</link><pubDate>Tue, 29 Jan 2013 07:35:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10389062</guid><dc:creator>Zubair</dc:creator><description>&lt;p&gt;Hi, Can this report not be embedded in Windows ACK tool? It would be alot easier not to mention quicker than having to go through Windows store only to find out app crashed, hope it makes sense.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10389062" width="1" height="1"&gt;</description></item><item><title>re: Crash reports help you certify your Windows Store app</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2013/01/28/crash-reports-help-you-certify-your-windows-store-app.aspx#10388994</link><pubDate>Tue, 29 Jan 2013 00:47:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10388994</guid><dc:creator>PeteGoo</dc:creator><description>&lt;p&gt;This is waaaaaaaaayy overdue. I&amp;#39;ve been trying to get an app certified for 3 months because the crash only happens in MS certification environments. I feel like I&amp;#39;ve just been released from a prison camp! I want to complain about the lost time, the hours of labour and the walk home but I&amp;#39;m just happy I can see the light.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10388994" width="1" height="1"&gt;</description></item></channel></rss>