uwp - Windows 10 S 中的自签名 UWP 应用

标签 uwp windows-10-universal

我开发了一个 UWP,它可以在 Windows 10 桌面和手机上正常运行。由于该应用程序不在 Windows 应用商店中,因此我将其配置为自签名,这似乎工作得很好。但是,我们现在需要支持 Windows 10 S。

我可以在 10 秒内很好地安装该应用程序,但它无法打开,并且事件日志给出以下错误:

Activation of the app {App name} for the Windows.Launch contract was blocked with error 0x80073CFC because of an issue with application binary {App name}. This could be because the binary is unsigned, contains an untrusted signature, or has been corrupted or tampered with. Reinstall the application to fix this issue.

我认为这与微软希望 Win 10 S 上安装的所有应用程序都来自 Windows 商店有关。有谁知道解决这个问题的方法(除了将笔记本电脑升级到完整版 Windows 10 之外)?

最佳答案

不支持在 Windows 10S 上侧载自签名应用。

要在通过 Windows 应用商店发布之前测试您的应用程序的 Win10 S 配置,请按照 this guidance 操作.

关于uwp - Windows 10 S 中的自签名 UWP 应用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44687763/

相关文章:

c# - 将 UWP ComboBox ItemsSource 绑定(bind)到 Enum

c# - 未设置 UWP ComboBox SelectedValue

windows-runtime - UWP AppUriHandler 不起作用

c# - 如何在通用应用程序中使用样式按下时更改文本 block 按钮内容

c# - Windows UWP 在发现后连接到 BLE 设备

c++ - 无法将 std::vector<bool> 传递给 winrt::array_view

c# - 无法从 UWP 项目中访问代码共享项目中定义的接口(interface)

c# - 改变进度条的大小

c# - 如何在 UWP 中创建 Tab Header Pivot 控件?

visual-studio - UWP - SignTool 错误 : No certificates were found that met all the given criteria