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
0
votes
0 answers

UWP: Error in Windows Runtime metadata validation

I have a C# app targeting Windows-10 desktop platform. I am trying to run WACK test for my app & I am seeing this error: FAILED Type location Error Found: The type location test detected the following errors: The types in the…
0
votes
0 answers

Cannot publish app on UWP store due to Webview2 DLLs (store certification fail)

I am still having this issue with publishing UWP. I have: Microsoft.UI.XAML - 2.8.0-prerelease.220118001, Microsoft.Web.WebView2 - 1.0.1150.38 Target version Windows 11 (10.0; Build 22000) I tried to build it it with azure build agent image…
0
votes
0 answers

How to fix problem with WACK "Error Found: The private code signing test encountered the following errors:"

I have a problem whem I testing my app in WACK / (Windows app certification kit ) The type of problem Private code signing Error Found: The private code signing test encountered the following errors: The package contains code signing keys…
0
votes
1 answer

Problem with Unity application passing Windows App Certification Kit tests when referencing Windows Runtime Component

I have a project in Unity 2018.14.f1. When I export the project as UWP application and build the store package all WACK tests pass fine, but as soon I add a reference to a Windows Runtime Component library, I get the following errors: The binary…
duo
  • 330
  • 4
  • 8
0
votes
0 answers

UWP 10 - Windows App Certification Kit Failed Generating Report

I try to uninstall the kit and download the latest WACK from https://developer.microsoft.com/en-us/windows/develop/app-certification-kit still got this error. Could somebody help me resolve this. Thank you in advance.
Louied
  • 119
  • 1
  • 5
0
votes
1 answer

Windows App Certification Kit Fails with error: The type System.Type was not found - All types referenced in metadata files must be discoverable

I can't pass the App Certification Kit because when it runs the Windows Runtime metadata validation test, it creates a set of error messages, all of them complaining about the type System.Type: > The type System.Type referenced by type >…
joseangelmt
  • 2,018
  • 18
  • 32
0
votes
0 answers

UWP app based on XamlNavigation Sample fails Certification

I have a UWP app released in Store which I updated with a new UI based on the XamlNavigation sample. The updated app runs well on my development machine (x64) and passes WACK but fails Certification when I try to publish in store for silently…
BillC
  • 145
  • 2
  • 8
0
votes
1 answer

WACK Error after Converting WPF to UWP using Desktop App Converter

I was trying to convert my awesome WPF app to UWP using the Desktop App Converter. I converted the app using DesktopAppConverter successfully, installed on my local Windows 10 machine and works like a charm. All good so far. However when I tried the…
My Helper
  • 707
  • 1
  • 10
  • 20
0
votes
1 answer

error 0x80070005: Adding a tile failed with unexpected error running WACK on Jenkins

Getting "error 0x80070005: Adding a tile failed with unexpected error" here while trying to run appcert (WACK) on an application that is NOT installed within a Jenkins session executing a Windows batch command. I've written a simple C# wrapper to…
0
votes
1 answer

UWP: WACK test failing on Windows Runtime metadata validation

I have a C# app targeting Windows-10 desktop platform.The C# app calls into native component written in C++. My native C++ code has Visual C++ component extensions(C++/CX). I am trying to run WACK test for my app & I am seeing this error: Error…
Ganesh kudva
  • 990
  • 3
  • 13
  • 34
0
votes
2 answers

WACK fails when UWP solution includes Windows Runtime Component (C#)

My UWP-app (C++ XAML/DirectX) is using Windows Runtime Component (C#) (*) Windows App Cert Kits "Supported API Test" fails with error (**) that suggests i should activate .net native. If that is the case how do i can compile WRC to native? WRC…
Temuri
  • 21
  • 5
0
votes
2 answers

UWP Windows-10: How to use Thread Local Storage api's in Store apps

I have a C# app targeting Windows-10 Desktop & Mobile platforms. My app calls in to Windows Runtime Component written in C++ with c++/cx bindings. My C++ code uses Thread Local Storage api's like TlsAlloc, TlsGetValue, TlsSetValue and…
Ganesh kudva
  • 990
  • 3
  • 13
  • 34
0
votes
1 answer

UWP Mobile Run WACK test for mobile app

I am new to Windows app development. I am building a C# app targeting UWP desktop & mobile platforms. I have read these links MSDN-Link 1 & MSDN-Link 2 Both these links doesnt seem to talk anything about running WACK tests for mobile. Any useful…
0
votes
1 answer

FAILED General metadata correctness test. When using Windows App Certification Kit on my package

I'm using Application Insights in my application. The App runs without any warnings or problems but when I packaged the App and ran a Windows App Certification Kit on it, it failed stating this: FAILED General metadata correctness test •Error…
0
votes
2 answers

Failed to unpack .xap Windows App Certification Kit 3.3

I am trying to run a Silverlight 8.1 WP application through the Windows App Certification Kit and I get an error stating that the file is not a valid .xap file. I'm not sure why it is happening and not finding much about it other than one article…