推送通知实施

发布于 2024-08-18 23:25:29 字数 24 浏览 2 评论 0原文

如何在iPhone中实现推送通知?

How to implement Push notification in iPhone?

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

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

发布评论

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

评论(3

沉鱼一梦 2024-08-25 23:25:29

如果您对实现自己的服务器解决方案来向客户端提供推送通知不感兴趣,您可能对以下解决方案感兴趣:

http ://appnotify.com/

http://urbanairship.com/push/

每次收费发送推送通知的费用,但它们也抽象了大部分初始设置的复杂性,显然,还抽象了与维护自己的服务器/带宽相关的成本。

如果您有兴趣托管自己的解决方案,我已经成功使用了 Apns4r(一个 Rails 插件): http:// /github.com/searls/Apns4r

If you aren't interested in implementing your own server solution for providing push notifications to your client, you might be interested in these solutions:

http://appnotify.com/

http://urbanairship.com/push/

Each charge a fee for push notifications sent, but they also abstract away most of the initial setup complexity and, obviously, the costs associated with maintaining one's own server/bandwidth.

If you're interested in hosting your own solution, I've had success with Apns4r, a Rails plugin: http://github.com/searls/Apns4r

情仇皆在手 2024-08-25 23:25:29

还有一个开源 python Apple 推送通知服务器,以防您想推出自己的服务器并且不喜欢 Justin 提到的任何选项。

http://leepa.github.com/django-iphone-push/

There is also an open source python Apple Push Notification server, in case you want to roll your own and don't fancy any of the options that Justin mentioned.

http://leepa.github.com/django-iphone-push/

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