I just wanted to get some feedback on the validation errors I am getting during the certification test.
I will state, this app is currently on the App Store, Droid Store, and Chrome Stores with no reports of any errors on any of them.
Crashes and hangs test
FAILED
App launch tests
?
Error Found: The app launch test detected the following errors:?Failed to stop the app 4d71a3ef-5a66-4c94-967c-72fe59a8f68f_1.0.0.0_neutral__y71mh8ak33z1a.
How to fix: Investigate, debug the app in question to identify and fix the problem.
Performance test
FAILED
Bytecode generation
Error Found: The bytecode generation test detected the following errors:?This package was deployed for development or authoring mode. Uninstall the package and re-install it normally.
Impact if not fixed: As a performance optimization to accelerate JavaScript execution time, JavaScript files ending in the ".js" extension generate bytecode when the app is deployed. This optimization significantly improves start-up and ongoing execution times for JavaScript.
How to fix: You may need consider one or more of these steps to fix the issue:
- Ensure that event logging is enabled
- All JavaScript files are syntactically valid; otherwise exclude the respective files from the package
- Please note that you should uninstall all previous versions of the app before deploying
Otherwise exclude the respective files from the package.
FAILED
Performance suspend
Error Found: The performance suspend test collected the following results:?Application Error: Application Suspend was not detected for application App. This could be because your application failed to suspend correctly. Please consider re-running the test avoid interacting with the application while tests are running.
Impact if not fixed: Application suspend time is important for creating a fast and fluid experience for the user. This app will not be accepted by the Windows Store.
How to fix: The app received a failing score. You should ensure that your app?s performance is consistent across different machine configurations. The informational metrics can provide insight into area that could help improve your app?s performance, but do not impact your apps acceptance by the Windows Store. See link below for more information:
Thanks