WNS - Tiles 已交付,Toasts 未交付
WNS - Tiles are delivered and Toasts not
我对 Toast-Messages 的交付有很大的疑问。瓷砖按预期交付。
我发送到设备的第一个 toast 消息(使用新推送 URL)得到了 header 和
的响应
X-WNS-NOTIFICATIONSTATUS: received
X-WNS-STATUS: received
但吐司未传送到设备。
如果我再 发送祝酒词 Microsoft 的响应看起来像
X-WNS-NOTIFICATIONSTATUS: dropped
X-WNS-STATUS: dropped
X-WNS-ERROR-DESCRIPTION: Blocked channel URL
我的HTTP-Requsest看起来像这样:
URL:
https://db5.notify.windows.com/?token=AwYAAAC5SQWdpe....25osxgpm3dB3zTN8io2OPMUIRs%3d
Header:
Content-Length: 102
X-WNS-Type: wns/toast
Authorization: Bearer EgAZAQMAA...
Content-Type: text/xml
Body:
<toast>
<visual>
<binding template="ToastText01">
<text id="1">bodyText</text>
</binding>
</visual>
</toast>
我希望有人能帮我解决这个问题!
亲切的问候,
布鲁诺
确保您首先将 appx 清单中的 Toast Capable 选项设置为 true。
检查本文档的第 1 步:Enabling "Toast Notifications" for Windows 8 Store App or Visual Studio instructions here: Enabling "Toast Notifications" for Windows 8 Store App
我对 Toast-Messages 的交付有很大的疑问。瓷砖按预期交付。 我发送到设备的第一个 toast 消息(使用新推送 URL)得到了 header 和
的响应X-WNS-NOTIFICATIONSTATUS: received
X-WNS-STATUS: received
但吐司未传送到设备。
如果我再 发送祝酒词 Microsoft 的响应看起来像
X-WNS-NOTIFICATIONSTATUS: dropped
X-WNS-STATUS: dropped
X-WNS-ERROR-DESCRIPTION: Blocked channel URL
我的HTTP-Requsest看起来像这样:
URL:
https://db5.notify.windows.com/?token=AwYAAAC5SQWdpe....25osxgpm3dB3zTN8io2OPMUIRs%3d
Header:
Content-Length: 102
X-WNS-Type: wns/toast
Authorization: Bearer EgAZAQMAA...
Content-Type: text/xml
Body:
<toast>
<visual>
<binding template="ToastText01">
<text id="1">bodyText</text>
</binding>
</visual>
</toast>
我希望有人能帮我解决这个问题!
亲切的问候,
布鲁诺
确保您首先将 appx 清单中的 Toast Capable 选项设置为 true。
检查本文档的第 1 步:Enabling "Toast Notifications" for Windows 8 Store App or Visual Studio instructions here: Enabling "Toast Notifications" for Windows 8 Store App