WP7 动态磁贴和推送通知
我正在尝试遵循 Andrea Boschin 关于如何提供自定义磁贴的示例,此处提供博客文章:http://www.silverlightshow.net/items/Windows-Phone-7-Part-7-Understanding-Push-Notifications.aspx
现在他的解决方案完美运行,但我很想将其更改为推送通知程序(因此不在服务内运行),不知何故,当我尝试此操作时,我的图块没有更新。
有人试过这个吗? 有人愿意帮忙设置一下吗?
谢谢
I am trying to follow Andrea Boschin's example on how to deliver custom tile, blog post available here: http://www.silverlightshow.net/items/Windows-Phone-7-Part-7-Understanding-Push-Notifications.aspx
Now his solution works perfectly, but I would love to change it to a Push notification program ( so not running inside the service ), and somehow when I try this, my tile doesn't get updated.
Anyone tried this?
Anyone care to help set this up?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来好像您想要“Mango”中的新功能,即使用后台代理来更新图块。
看看:
http://msdn.microsoft.com/en- us/library/hh202948(v=VS.92).aspx
和
http://msdn.microsoft.com/en- us/library/hh202942(v=VS.92).aspx
请注意,此功能刚刚发布,仍处于测试阶段,直到今年晚些时候才会在手机上提供。如果您具有推送通知服务的工作功能,我建议您暂时保留该功能,然后在可用时添加此新的 exrta 功能。
It sounds as though you want functionality which is new in "Mango", that of using a background agent to update the tile.
Have a look at:
http://msdn.microsoft.com/en-us/library/hh202948(v=VS.92).aspx
and
http://msdn.microsoft.com/en-us/library/hh202942(v=VS.92).aspx
Please note that this functionality has only just been announced, is still in beta and won't be available on phone until later this year. If you have working functionality with the Push Notification services I'd recommend sticking wiht that for now and then adding this, new, exrta feature when it becomes available.