为什么桌面操作中心的 toast 通知缺少应用程序图标?

Why is app icon missing for toast notifications in action center on desktop?

我正在开发一个使用 toast 通知来通知用户的应用程序。当应用程序在后台 运行 并转到通知中心时会引发这些通知。

一切正常,但在桌面上,通知组的应用程序图标丢失。在 Windows 10 Mobile 上测试应用程序时,图标就在那里。

(注意:上面显示的是名为 "Calendar Activity" 的应用程序的通知组,而不是实际通知。)

为什么桌面操作中心的应用程序图标不见了?

以下是关于我的资产的一些详细信息:

我使用 UWP Tile Generator 生成了您可以在应用程序清单 'Visual Assets' 部分中配置的每个资产。文件名如下所示:

Toast 通知是使用 UWP Community Toolkit 类 生成的,如果这很重要的话。所以我不是自己构建 XML。

我错过了什么?桌面版和移动版的通知组图标有何不同? 为什么桌面上的通知图标不见了?

(Win 10 Anniversary, SDK 10.0.14393.0, 桌面版和移动版最新官方更新级别(无Insider))

这是桌面的已知问题:

This is a known bug with the Anniversary Update (Version 1607). It only affects your app when deployed locally from Visual Studio. Your app will work correctly when deployed as a release package (like when installed from the Store). - Source