如何构建ASP.NET网站以向Windows应用商店发送推送通知

时间:2015-07-20 22:34:07

标签: windows push-notification windows-8.1

我想从ASP.NET Web应用程序向Windows 8.1和Windows Phone 8.1发送推送通知到我的应用程序,作为Microsoft Azure移动服务的替代方案。

我该怎么做?

1 个答案:

答案 0 :(得分:1)

要从您的网站向您的设备发送推送通知,请使用Windows推送通知服务( WNS )。无法直接向设备发送推送通知,您需要WNS进行通信。

阅读本文了解详情:https://msdn.microsoft.com/en-us/library/windows/apps/hh913756.aspx

发送通知

注意这只是一个示例,而不是可以在您自己的代码中成功使用的剪切和粘贴代码。

 POST https://cloud.notify.windows.com/?token=AQE%bU%2fSjZOCvRjjpILow%3d%3d HTTP/1.1
 Content-Type: text/xml
 X-WNS-Type: wns/tile
 Authorization: Bearer EgAcAQMAAAAALYAAY/c+Huwi3Fv4Ck10UrKNmtxRO6Njk2MgA=
 Host: cloud.notify.windows.com
 Content-Length: 24

 body....