简体   繁体   English

推送通知应用

[英]App for push notifications

Do i need to create mobile apps to send push notifications on iphone and blackberry. 我是否需要创建移动应用程序以在iPhone和Blackberry上发送推送通知。 Currently i have a website in written in rails and want to integrate push notifications on it. 目前,我有一个用Rails编写的网站,并希望在其上集成推送通知。

You also can use third party apps so you don't have to create new apps. 您还可以使用第三方应用程序,因此不必创建新应用程序。 There are plenty of good services, I personally recommend Pushed (they offers iOs, Android and Desktop Notifications, Chrome & Safari) and as they posted on Twitter: Windows + Blackberry apps are on the way. 有很多优质的服务,我个人推荐Pushed (它们提供iO,Android和桌面通知,Chrome和Safari),并在Twitter上发布:Windows + Blackberry应用程序正在开发中。

The iPhone you want to push to needs to register with your server, after registering with the Apple Push server. 向Apple Push服务器注册后,要推送到的iPhone需要在服务器上注册。 So yes, you need your app installed on it. 所以是的,您需要在其上安装您的应用程序。 You can use http://code.google.com/p/ruby-apns-daemon/ for your server. 您可以将http://code.google.com/p/ruby-apns-daemon/用于您的服务器。

我肯定会研究bdares推荐的ruby-apns-daemon,但这可能也会有所帮助,因为它在Erlang中有一些Ruby代码Apple Push Notification(或在Ruby中得到了改进?)。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM