简体   繁体   English

Windows Azure移动服务使用.Net App和HTML / JavaScript推送通知

[英]Windows Azure Mobile Services Push Notifications with .Net App and Html/JavaScript

I can not find any examples using Windows Azure Mobile services that create the push notification itself in ac# server based app, and the notification itself is serviced in a browser based JavaScript client app (like AngularJS). 我找不到使用Windows Azure Mobile服务在基于ac#服务器的应用程序中创建推送通知本身的任何示例,并且该通知本身在基于浏览器的JavaScript客户端应用程序(例如AngularJS)中提供。

I thought there use to be a sample in the azure portal of this scenario but the only sample I see now is simply todo list item table insertion. 我认为在此方案的天蓝色门户中曾经有一个示例,但是我现在看到的唯一示例就是todo列表项表的插入。

It's not possible to send push notifications to a browser through Azure Notification Hubs, since push is done through a platform notification service. 由于推送是通过平台通知服务完成的,因此无法通过Azure通知中心将推送通知发送到浏览器。 It might be possible to get notifications with Safari and Chrome since they are a similar format to iOS and Android notifications, but this is not officially supported. Safari和Chrome可能会收到通知,因为它们的格式与iOS和Android通知类似,但是官方不支持此功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Sencha Touch Windows Phone应用程序+ Windows Azure移动服务+自定义后端推送通知 - Push notifications using Sencha Touch Windows Phone app + Windows Azure Mobile Services + Custom backend Azure移动服务(推送通知) - Azure Mobile Services (push notifications) 是否可以从ASP.NET MVC4表单向Windows Azure移动服务发送推送通知 - Is it possible to send push notifications from an ASP.NET MVC4 form to windows azure mobile services iOS推送通知ASP.NET与Azure移动服务通信 - iOS Push Notifications ASP.NET talking to Azure Mobile Services 将Windows Azure Azure移动服务中的通知推送到html / js Web应用程序 - Push notifications from windows azure mobile service to html/js web app Azure - 在没有Azure移动服务的情况下发送Google推送通知 - Azure - Send Google Push Notifications without Azure Mobile Services 使用Azure移动服务(.Net后端)的android设备特定的推送通知 - android device specific push notifications by using azure mobile services (.Net backend) 使用Azure移动服务的android设备特定的推送通知 - android device specific push notifications by using azure mobile services 来自Azure移动服务的某些Apple推送通知未到达 - Some Apple Push Notifications from Azure Mobile Services not Arriving 在Windows Phone 8应用中使用天蓝色推送通知 - push notifications with azure in windows phone 8 app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM