Questions tagged [wack]

Windows App Certification Kit: Before you submit your app for certification and listing in the Windows Store, use the Windows App Certification Kit to test your app and make sure it's ready to go.

The Windows SDK includes the Windows App Certification Kit. You can use it to test your app for the Windows Store (for Windows 10, Windows 8.1 and Windows 8), and for the Windows 10, Windows 8.1, Windows 8, and Windows 7 Windows Certification program for desktop applications. The Windows SDK does not include a compiler or build environment.

https://dev.windows.com/en-us/develop/app-certification-kit

55 questions
29
votes
2 answers

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

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…
haimg
  • 4,547
  • 35
  • 47
12
votes
1 answer

Running an EXE from C# using UWP

I have searched and searched and seem to have hit a brick wall here. I am developing an application that generates an audio fingerprint to automatically search an audio database to grab the correct artist and title and rename the files…
user3733885
  • 381
  • 2
  • 16
12
votes
1 answer

Windows App Certification Kit - "did not detect any new application" , ClickOnce

I have a Windows Desktop App ( WPF + c++ ). I have just made a ClickOnce installer. I built it on Windows 7, but I want to certify the App for the Windows Store, so I'm running the Windows App Certification kit on Windows 8. The installer works…
Jeff McClintock
  • 1,242
  • 10
  • 27
9
votes
4 answers

UWP app submission failure due to unsupported API FindFirstFileEx (WACK passes locally)

I have a UWP project included as part of my Xamarin.Forms solution. When running the Windows App Cert Kit locally, it passes without any issues. When submitting my app to the store, it fails the certification process with the following error: …
jkh
  • 3,618
  • 8
  • 38
  • 66
8
votes
1 answer

Windows application certification kit fails

I have an application for which I have created the App Packages and launched the Windows App Certification Kit. The kit fails testing the application on my development system. It gave me following error: App launch tests • Error Found: The app…
Mourice
  • 597
  • 1
  • 5
  • 17
6
votes
1 answer

Should the VS11 templates fail the WinRT App Certification Kit?

I'm running the Windows 8 Consumer Preview with Visual Studio 11 Beta installed. When I create a new WinRT/Metro application, compile it and run the App Certification Kit on this blank application, it already fails because of calls to…
Cygon
  • 9,444
  • 8
  • 42
  • 50
5
votes
3 answers

How to check the Windows 10 OS version in an UWP app so as to eliminate WACK test fail?

I am working on an UWP app that uses some features that aren't available in older versions of Windows 10. Therefore, I need to check if Creators Update is installed. There is version-checking code in the app using AnalyticsInfo.VersionInfo. …
user1725145
  • 3,993
  • 2
  • 37
  • 58
5
votes
3 answers

Windows App Certification Kit error after clicking "Click here to view full report"

I am getting an Unhandled exception error after running the Windows App Certification Kit and clicking on the "Click here to view full report" link. Is this a problem with my application or is the Windows App Certification Kit crashing? The error is…
Matthew Smith
  • 93
  • 1
  • 6
4
votes
1 answer

UWP Windows-10 WACK tests Errors

I am new to Windows app development. I have built a C# app targeting, Windows 10 desktop & mobile platforms. My C# app calls into Windows Runtime Component written in C++ (c++/cx). I followed this MSDN Link to run WACK test. I have Windows App…
Ganesh kudva
  • 990
  • 3
  • 13
  • 34
4
votes
1 answer

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

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…
Scott Nimrod
  • 11,206
  • 11
  • 54
  • 118
4
votes
1 answer

Windows App Certification Kit - packagefullname bug W8 Store

When I want to certify my application (Metro application) with the Windows App Certification Kit, I click on store and when the Windows App Certification Kit is launched it goes into preparing to validate app and then I get the error message: The…
Damien
  • 2,911
  • 1
  • 25
  • 47
3
votes
1 answer

MSIX multiple Applications in manifest file

A couple of basic questions regarding MSIX packages and their manifest files: A MSIX package can contain multiple Applications. What identifies something as an "Application", rather than just an executable? An executable that is a component by…
3
votes
0 answers

Windows App Cert Kit: InstallLocation False Failure

I built an MSI using the WIX Toolset. In the MSI I use: to set the InstallLocation regkey. When testing with the App Cert Kit I get the failure: A non-optional value…
B3W
  • 166
  • 11
3
votes
1 answer

UWP Unable to register app for Windows Store release

I have a C# app targeting UWP Desktop & Mobile platforms. I want to run WACK tests prior to submitting app to store. I am trying to create app package by following the steps mentioned in this MSDN page When ever I try to reserve a name for my app,…
Ganesh kudva
  • 990
  • 3
  • 13
  • 34
2
votes
2 answers

UWP App Failing WACK with Multiple Errors

In the past I have successfully developed and deployed a few UWP apps to the MS Store. Currently getting a large number of unexpected failures, of types that I've never had before, when trying to pass the WACK test. I started this specific…
Adrian K
  • 9,880
  • 3
  • 33
  • 59
1
2 3 4