Windows App Certification Test Kit is a tool to make a certification test for the app which want to be published in the Microsoft. There is a more easy way to package the WPF project with Visual Studio, you can also sign it during the package the Windows Application Packaging Project.Here is steps for you to package and sign it. For more info about packaing and publishing the app to Store , please ask it on Submitting and Publishing Apps where you can be assister better.
Windows App Certification Test Kit Failing
When I am running the test kit on my Windows App Certification Kit my application is failing in just one area.
The error message I get from the Windows App Certification Test Kit is that my exe file "is marked as either "RequiredAdministrator" or "HighestAvailable" and is not signed."
To sign the exe do I need to obtain a code signing certificate (below) from Microsoft? How do I know which signing certificate is the correct one for me and my application?
"https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/update-a-code-signing-certificate"
Also, when I certify my application do I need to certify each and every single future version of the application again or do I need to certify only versions with major changes?
Thank you.