摘要: 建立appid(不能带*)点击去创建develop证书和push证书创建xcode用的.m什么文件顺序颠倒会出现code=3000这个问题,如果什么都全,就重新revoke一下xcode的.m那个证书 阅读全文
posted @ 2012-12-24 16:03 LeeTVin 阅读(438) 评论(0) 推荐(0)
摘要: openssl x509 -in aps_developer_identity.cer -inform der -out PushChatCert.pem //aps_developer_identity.cer开发者证书openssl pkcs12 -nocerts -out PushChatKey.pem -in Push.p12 //选中push Services证书,右键导出证书为个人信息交换(.p12)格式文件Push.p12cat PushChatCert.pem PushChatKey.pem > ck.pem //这个就是我们php服务器端要用到的在php.ini中找到“ 阅读全文
posted @ 2012-12-24 15:57 LeeTVin 阅读(236) 评论(0) 推荐(0)