Questions tagged [app-certification-kit]

For questions related to the Windows ACK (App Certification Kit) and its use in the various app certification programs for Windows operating systems.

This tag is used for posts related to the Windows ACK (App Certification Kit) and its use in the various app certification programs for Windows operating systems. Windows ACK provides guidelines for developers for using the kit and the associated certification processes

Description

The Windows App Certification Kit (ACK) is used to validate compliance with certification requirements, and replaces the Windows Software Logo Kit (WSLK) used for validation in the Windows 7 Software Logo program. Desktop, desktop device, and Windows Store apps can be certified; however, plug-in, ActiveX, and other web apps cannot be certified. The Windows ACK is included in the Windows Software Development Kit (SDK) and the Windows SDK for Windows Store apps.

Certification, while highly recommended, is not a requirement for running a desktop app under Windows 8, but it is required in order to list a desktop app in the Windows Store. Both Windows 7 and Windows 8 apps must use the new Windows App Certification Kit to become certified and eligible for sale in the Windows Store. Certification is embedded in the Windows Store onboarding process.

Requirements

There are 12 requirements for desktop certification and 9 requirements for Windows Store app certification. The online self-test and submission of results for desktop apps takes less than 45 minutes, and for Windows Store apps takes less than 20 minutes.

75 questions
0
votes
1 answer

How to resolve Windows App Certification Kit System.IO.DirectoryNotFoundException

Windows App Certification Kit was crashing when running in GUI mode. Running it from the command line I am getting this error: System.IO.DirectoryNotFoundException Description says: Could not find a part of the path 'C:\Program …
under
  • 2,519
  • 1
  • 21
  • 40
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

How to check Windows app rejection issue?

I recently submitted an app on Windows Store and it was rejected as one Supported APIs test failed. Can someone please suggest how can I find the root cause of the issue? I have attached exact message from Microsoft certification process
Kinjan Bhavsar
  • 1,439
  • 28
  • 58
0
votes
1 answer

Windows App Certification Kit - supported API test goes wrong

I am uploading a HoloLens app. Everything is fine until the Windows App Certification Kit - supported API test goes wrong. It said API "D3D12GetDebugInterface in d3d12.dll is not supported for this application type. UnityPlayer.dll calls this API.…
0
votes
1 answer

How do I get the Visual Studio Remotetools onto my Raspberry IoT?

When creating the package for the Microsoft Store, you first have to create the package itself. My problem is step 2. In order to test if the app can go to the store, it has to go through the "Windows App Certification Kit". For the ARM validation,…
0
votes
1 answer

UWP, Windows App: Cannot add Files manually

When I try to run the Windows Store App Certification Tests for my Project I always get the errors you can see on the following images. These errors seem weird because they even occur in the main.min.js file which is empty and in the via Visual…
heroxav
  • 1,387
  • 1
  • 22
  • 65
0
votes
2 answers

UWP App Certification Launchactivatedeventargs.Prelaunch

I'm trying to test my UWP application for submitting it to the store with Microsoft App Certification Kit. The only problem I have is: in the onlaunched method implementation of the app, ensure you handle the launchactivatedeventargs.prelaunch…
Enrico
  • 3,592
  • 6
  • 45
  • 102
0
votes
0 answers

AppCertificationKit complains about exception that isn't thrown in debug mode

My UWP app doesn't pass the local app certification kit tests as the kit reports that there it throws an exception. I've checked the Windows Application Protocol and it reports an exception in Windows.UI.Xaml.dll with the code 0xc000027b at offset…
0
votes
0 answers

Webfacing and HATS IE 11 support

Good day! I would like to ask if Webfacing and HATS support Internet Explorer 11? I can't find IBM site that I can peruse to find this information. Thanks!
0
votes
0 answers

Windows universal app certification never finishes

I've developed a simple application that builds, compiles and run flawesslly in my computer and its emulators. The problem is that the app certification test stuck for hours at 50% approximately and never finishes. I've compiled the app with and…
Daniel
  • 273
  • 4
  • 18
0
votes
2 answers

UWP (Windows 10 APP) - appcert.exe crashes before my app get tested

I've developed an simple and small Universal Windows App that uses EF7 and SQLite. The app builds normally and it runs perfectly from Visual Studio. I also can run it directly from Windows 10 in the start menu after the I side loaded it (once the…
0
votes
1 answer

Windows App Certification Kit doesn't generate results

I'm trying to get a store app certified, but after I've run the App Certification Kit, I can't access the results. The certification process runs to the end, but the link to see the results points to a non-existent file…
Frauke
  • 1,552
  • 2
  • 12
  • 22
0
votes
1 answer

Windows 8.1 App certification fails for invalid OSVersion and image size

I'm trying to update my WinJS app to the new Windows Dev Center. I checked the app before uploading with the App Cert Kit 3.4 on Windows 8.1 and everything was fine. On the submission process the app failed at…
kerosene
  • 930
  • 14
  • 31
0
votes
1 answer

Error 0x80073B0C while executing the Windows App Certification Kit for a Windows 10 app

I have an existing Windows 8.1 Universal App and I added a new Windows 10 Universal Windows App to the existing solution. I migrated the UI and can now successfully launch my ported Windows 10 app. However while launching the Windows App…
stefan.s
  • 3,489
  • 2
  • 30
  • 44
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…