app-certification-kit

Can a desktop Delphi application be certified for Windows 8 (using Windows App Certification Kit)?

痞子三分冷 提交于 2019-12-31 08:08:09
问题 Apparently, Delphi (any version) does not support safe exception handlers (/SAFESEH switch in Visual Studio). This results in a warning when using Windows Desktop App Certification Kit on Windows 8. Per certification requirements for Windows 8 desktop apps: Your app must be compiled using the /SafeSEH flag to ensure safe exceptions handling Obviously Delphi lacks this switch, so it cannot be done. My questions are: Is my understanding correct, that even though the Kit displays only a warning

Totally Blank Unity / Microsoft Store Build fails WACK tests

与世无争的帅哥 提交于 2019-12-23 18:36:13
问题 I have been trying to get a successful build for my game in Unity 2018.2.1f1 and Visual Studio 2017 15.8.0 . After trying unsuccessfully to get a successful build / package / WACK for the windows store with all/every different configuration, I tried a totally blank default Unity, UWP platform app, generated a visual studio project. generated some icons, associated it with an app I had in the store. Built it, packaged it and run the WACK tests. FAILED Supported APIs Error Found : The supported

Microsoft Visual C++ Runtime Package framework is missing the framework dependency declaration in the manifest

扶醉桌前 提交于 2019-12-23 14:46:51
问题 I receive the following error on the Windows App Certification Kit for Windows 8.1. The app manifest test detected the following errors:XXX takes a dependency on Microsoft Visual C++ Runtime Package (Microsoft.VCLibs.110.00) framework but is missing the framework dependency declaration in the manifest. My solution builds with zero errors. However, I receive an error after I create an app package and run the Windows Application Certification Kit. I have added and removed references to the C++

windows store certification kit - c++ library validation issues

℡╲_俬逩灬. 提交于 2019-12-10 23:29:05
问题 I'm trying to port a c++ library to universal windows for a windows store app. Using x86 developer command prompt in visual studio 2015 v14.0.24720.00 update 1 on Windows 10. Wondering what I'm doing wrong - everything compiles and links fine with the following flags: cl /nologo /FoBuild\Obj\Windows\Release\[OBJ_FILE].obj /c /MD /Ox /W4 /EHsc /FRBuild\Obj\Windows\Release\ -DDEFINE_LITTLE_ENDIAN -DDEFINE_TRACE -D_CRT_SECURE_NO_WARNINGS -DDEFINE_WINDOWS_UNIVERSAL /AI "C:\Program Files (x86)

ClickOnce applications and Windows 8 certification

霸气de小男生 提交于 2019-12-10 17:16:03
问题 Is it possible to have a ClickOnce, WPF application certified as compatible with Windows 8? Note that I’m not referring to getting the application certified for the Windows Store. I just would like to have it certified as a compatible Windows 8 desktop application. 回答1: No, ClickOnce applications can't be certified. :( Here is the official word from the team: ClickOnce deployment manages install/uninstall a bit different than a traditional installer. For instance, install location doesn’t go

Windows 8 App Cert Kit no longer runs?

人盡茶涼 提交于 2019-12-10 08:06:10
问题 I am trying to do the App Cert check on my Metro app, but it won't run anymore! Anybody else having this same issue? I've searches all over the Internet, with not even a single related result. It ran successfully a few hours ago, but now it just won't run at all. The spinning cursor shows, indicating that it's about to open - but it doesn't. I've tried restarting my computer, opening/closing visual studio, opening/closing my app. It just doesn't run. I've tried running as Admin, I've even

Can 64bit Delphi desktop application be certified for Windows 8.1

为君一笑 提交于 2019-12-04 23:44:46
问题 As far as I know 32bit Delphi desktop applications cannot be certified for Windows 8.1 due lack of SafeSEH via Can a desktop Delphi application be certified for Windows 8 But what about 64bit Delphi desktop applications? Can they pass other requirements, since they don't have to satisfy SafeSEH requirement? Are there any compiler/linker settings that have to be set to specific values if the answer is yes, and what is minimum Delphi version needed (obviously at least XE2). I am specifically

Can 64bit Delphi desktop application be certified for Windows 8.1

佐手、 提交于 2019-12-03 15:29:53
As far as I know 32bit Delphi desktop applications cannot be certified for Windows 8.1 due lack of SafeSEH via Can a desktop Delphi application be certified for Windows 8 But what about 64bit Delphi desktop applications? Can they pass other requirements, since they don't have to satisfy SafeSEH requirement? Are there any compiler/linker settings that have to be set to specific values if the answer is yes, and what is minimum Delphi version needed (obviously at least XE2). I am specifically considering section 3 of certification requirements. 3. Apps support Windows security features The

Can a desktop Delphi application be certified for Windows 8 (using Windows App Certification Kit)?

拈花ヽ惹草 提交于 2019-12-02 15:12:21
Apparently, Delphi (any version) does not support safe exception handlers (/SAFESEH switch in Visual Studio). This results in a warning when using Windows Desktop App Certification Kit on Windows 8. Per certification requirements for Windows 8 desktop apps: Your app must be compiled using the /SafeSEH flag to ensure safe exceptions handling Obviously Delphi lacks this switch, so it cannot be done. My questions are: Is my understanding correct, that even though the Kit displays only a warning (not fail), since this is a "must" requirement, any Delphi app today cannot be certified for Windows 8

Is there any certification toolkit for WP8 apps?

喜夏-厌秋 提交于 2019-11-28 00:28:11
I am developing a new application that will target the new WP8 platform. Previous versions of Phone SDK, like WP7.1 or WP7.5 SDK contained special toolkit to test you XAP before submission for some obvious problems (like some mandatory image files missing). A similar function is fulfilled by the WACK for Win8 Desktop Apps. But I can't find any toolkit for testing my WP8 applications. The only option I found is to "Windows Phone Application Analysis" provides me with some performance information but there seem to be no static rule-based check of the XAP package performed. Am I missing some