?
文档资料 : 1)首先,官方APNs详细流程说明: http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008194-CH1-SW1 2) ppt 说明文档: http://adam.therobots.org/talks/push.html 3) APNs第三方库: http://urbanairship.com/docs/push.html 客户端和服务器端的实现流程(代码): http://github.com/erica/iphone-3.0-cookbook-/tree/master/C16-Push/ payload发送程序:http://stefan.hafeneger.name/download/PushMeBabySource.zip 越狱后的iphone 不能获得apple的APNs支持。必须在没有破解过的iphone 上面才可以收到APNs发回的Device Token. 关于unofficially unlocked iPhones不支持APNs的信息:http://iphone4.asia/forums/showthread.php?t=68080 |