广播Apple推送通知

时间:2010-12-03 21:08:36

标签: iphone push-notification ipod-touch

是否可以在没有Urban Airship等服务的情况下广播推送通知?

感谢。

2 个答案:

答案 0 :(得分:5)

当然,但您需要自己实施整个基础架构。

http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008194-CH1-SW1

编辑:你在问题中强调“广播”。除了跟踪在应用程序生命周期中已注册的每个设备令牌,以及跟踪Apple已告知其关闭的那些令牌之外,Urban Airship没有做任何特别的事情。广播功能只是他们利用所有数据发送一批推送。

这一切都可靠,但这是很多工作。这就是为什么像Urban Airship这样的服务。

答案 1 :(得分:0)

使用this和Rails设置后端很容易。