我们有WPF桌面应用程序,我们已经打包在安装可执行文件中。由于SmartScreen,我们需要对我们的应用程序进行认证。我们使用了Windows 10 SDK中的Windows App Certification Kit (WACK)来生成XML报告。现在我们必须将这些报告提交给微软。
https://docs.microsoft.com/en-us/windows/desktop/win_cert/windows-certification-portal
我们已经创建了开发人员帐户作为公司,当我单击提交报告时:
Test locally and upload the results
After your run the Windows App Certification Kit tests, upload the results to the Windows Certification Dashboard.https://docs.microsoft.com/en-us/windows-hardware/drivers/dashboard/
它会将我引导到Windows硬件开发中心仪表板?!?
我们是否要为我们的桌面应用认证上传我们的WACK报告?
发布于 2019-08-15 18:19:54
我已经和微软开了一张罚单,原来“经典桌面”的徽标程序已经停止了。
您可以“认证”您的应用程序的唯一方法是Ready for Windows program或Windows Desktop Application program。
https://stackoverflow.com/questions/52717432
复制相似问题