こんにちは私はjavaScriptを使用してWindows8メトロアプリに取り組んでいます私はアプリを開発し、それをテストするために私はアプリをテストすることによってWindowsアプリ認定キットを使用します
Performance test
失敗したバイトコードの生成
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.
私はこれを解決しようとしましたが、ライセンスされたWindows8ProとVisualStudioProfessional 2012を使用している間は意味がありませんが、有料の開発者ライセンスアカウントを持っていませんが、マイクロソフト開発者アカウントを持っています。
私の主な質問は、アプリをテストして合格させることです。有効な有料の開発者アカウントが必要ですか、それともパッケージが開発モードまたはオーサリングモードでデプロイされたことを示しているため、一般的なアカウントで十分です。私が同じことをしたアプリをテストしますが、問題は修正されていません。それに関するいくつかの情報を私に提案できますか。
有効な有料開発者アカウントが必要ですか、それとも一般アカウントでテストして合格するのに十分ですか。お願いします..