Windows Phone Windows 8 Push Notification from Windows Azure(3)

此时我们部署我们的项目到模拟器或者手机并且把我们应用的Tile ping到桌面上.

插入一条数据后,检查我们的Tile图标已经推送了一条消息过来了。

Windows Phone Windows 8 Push Notification from Windows Azure

Windows Phone Windows 8 Push Notification from Windows Azure

以上其实是WindowsAzure网站上的一个快速指导 我给大家搬过来加以总结, 不过我想相信大家不仅仅是使用Tile的推送这里Mobile 还支持土司消息的推送。

image

Mobile Service 不仅仅支持 Windows Phone 同样支持 windows 8 的消息推送 ,下面我介绍下如何配置Windows 8 的Mobile service消息推送。

这里我就用上面 Windows Azure刚刚建立的TodoList表不在单独建立数据库。同样可以从Windows Azure网站上下载 Windows 8的 DEMO 示例代码稍加修改就可以支持我们的Windows 8 消息推送了。

Windows 8 的注册要比Windows Phone负责一点,要在Windows 应用商店先注册并且拿到你的 应用推送的 CLIENT SECRET 和 PACKAGE SID 操作如下:

首先你要先登录 Submit an app page 注册你的Win8应用并且在给你的应用预留一个应用名称.

Windows Phone Windows 8 Push Notification from Windows Azure

Windows Phone Windows 8 Push Notification from Windows Azure

随后在VS中关联应用商店中的应用

Windows Phone Windows 8 Push Notification from Windows Azure

Windows Phone Windows 8 Push Notification from Windows Azure

接着在 Windows dev Center 中选择 Advanced features

Windows Phone Windows 8 Push Notification from Windows Azure

选择 Authenticating your service 并且记录下 Client secret and Package security identifier (SID).

Windows Phone Windows 8 Push Notification from Windows Azure

Windows Phone Windows 8 Push Notification from Windows Azure

将记录的ID上传到Windows Azure中的 push(推送标签栏中)。

Windows Phone Windows 8 Push Notification from Windows Azure

image

当然我们的Windwos 8 应用也要声明支持推送服务

Windows Phone Windows 8 Push Notification from Windows Azure

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/83df78485feeb67d6e486d573aa2133c.html