.APPXSYM 파일 확장자
Windows 8 App Package Symbols File
| 개발사 | Microsoft |
| 인기도 |
3.5 | 10 투표 |
APPXSYM 파일이란 무엇인가요?
File format introduced as part of the Windows 8 app packaging system for the Windows Store; contains public symbol information for the app that allows crash reporting details to be sent back to the developer (via the Window's Store developer dashboard) when the app crashes on a user's computer.
추가 정보
APPXSYM files are included within .APPXUPLOAD files when the app is packaged and submitted to the Windows Store. If you choose not to include symbols for crash reporting, you can submit an .APPX file instead, and an APPXSYM file is not used.
참고: APPXSYM files are created when you package your app using the Create App Packages wizard in Visual Studio.
APPXSYM 파일을 열거나 참조하는 프로그램
Windows