-4

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

4

3 回答 3

5

关于推送通知的 Apple 文档非常清晰,带有示例代码:

http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html

于 2010-01-18T11:37:21.663 回答
4

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

http://appnotify.com/

http://urbanairship.com/push/

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

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

于 2010-01-18T12:31:34.717 回答
1

还有一个开源 python Apple Push Notification 服务器,以防您想自己动手,并且不喜欢 Justin 提到的任何选项。

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

于 2010-01-18T13:53:24.403 回答