WNS - 交付的瓷砖和Toast not

时间:2015-11-04 09:25:22

标签: windows-phone-8 push-notification windows-phone-8.1 toast wns

我在Toast-Messages的交付方面遇到了很大的问题。瓷砖按照要求交付。 我发送到设备的第一个Toast消息(使用新的推送网址)获得了一个带有

的共鸣标头
X-WNS-NOTIFICATIONSTATUS: received
X-WNS-STATUS: received

但是toast 未送达到设备。

如果我再发送toast ,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

部首:

Content-Length: 102
X-WNS-Type: wns/toast
Authorization: Bearer EgAZAQMAA...
Content-Type: text/xml  

体:

<toast>
    <visual>
        <binding template="ToastText01">
            <text id="1">bodyText</text>
        </binding>
    </visual>
</toast>

我希望有人可以帮助我!

亲切的问候,

布鲁诺

1 个答案:

答案 0 :(得分:4)

确保首先将appx清单中的Toast Capable选项设置为true。

检查本文档的第1步:Enabling "Toast Notifications" for Windows 8 Store App或Visual Studio说明:Enabling "Toast Notifications" for Windows 8 Store App