用于推送通知的应用程序

发布于 2024-12-09 09:02:08 字数 73 浏览 0 评论 0原文

我是否需要创建移动应用程序来在 iPhone 和黑莓上发送推送通知? 目前我有一个用 Rails 编写的网站,想在其上集成推送通知。

Do i need to create mobile apps to send push notifications on iphone and blackberry.
Currently i have a website in written in rails and want to integrate push notifications on it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

可可 2024-12-16 09:02:08

您想要推送的 iPhone 在注册 Apple Push 服务器后,还需要向您的服务器注册。所以是的,您需要在上面安装您的应用程序。您可以使用 http://code.google.com/p/ruby-apns-daemon / 为您的服务器。

The iPhone you want to push to needs to register with your server, after registering with the Apple Push server. So yes, you need your app installed on it. You can use http://code.google.com/p/ruby-apns-daemon/ for your server.

半夏半凉 2024-12-16 09:02:08

我肯定会研究 bdares 推荐的 ruby​​-apns-daemon,但这也可能有帮助,因为它有一些 Ruby 代码 Erlang 中的 Apple 推送通知(或 Ruby 中的改进?)

I would definitely look into that ruby-apns-daemon that bdares recommended, but this might be helpful, too, since it has some Ruby code Apple Push Notification in Erlang (or improved in Ruby?)

淡淡绿茶香 2024-12-16 09:02:08

您还可以使用第三方应用程序,因此无需创建新应用程序。有很多好的服务,我个人推荐 Pushed (他们提供 iO、Android 和桌面通知、Chrome 和 Safari)和正如他们在 Twitter 上发布的:Windows + Blackberry 应用程序即将推出。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文