【技术】消息推送

消息推送证书的申请主要是两个,一个是生成ssl,就是把你的appid开通消息推送功能,另一个是生成对应的profile,

然后就像普通的程序一样,设置真机调试。


生成的ssl交给服务器,在客户端代码里获取客户端手机token,用http发给服务器。

专家的文章,流程如他所述

http://blog.csdn.net/kmyhy/article/details/6688370

http://mobiforge.com/developing/story/programming-apple-push-notification-services

Mac OS X 应用程序:PushMeBaby,


这篇文章也不错

http://blog.csdn.net/sjzsp/article/details/6323070




官网文档讲的明白

两种trust

connection trust and token trust.


http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html





你可能感兴趣的:(文档,token)