【发布时间】:2017-07-25 18:18:57
【问题描述】:
在 Windows 10 桌面上尝试 Windows 通知服务。
这条线在“本地机器”上得到 0x880403E8,但在“移动模拟器”上完美运行。
var channel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync();
关闭 Windows 防火墙没有任何影响。可能是什么原因?
【问题讨论】: