信鸽文档有比较详细的说明 直接转载过来看看
链接信鸽远程设置指南
http://developer.xg.qq.com/index.php/IOS_SDK
链接iOS证书设置指南
http://developer.xg.qq.com/index.php/IOS_证书设置指南
值得一说的是在终端下的操作如下:
如何把一个p12文件转换为pem文件:红色为在终端输入的内容(在.p12文件在桌面上的时候)
shiyunleideMacBook-Pro:~ shiyunlei$ cd Desktop
shiyunleideMacBook-Pro:Desktop shiyunlei$ openssl pkcs12 -in PushTest.p12 -out PushTest.pem -nodes
Enter Import Password:(这个时候输入你在导出p12文件时的密码,再输入密码的时候不会提示,光标也不会移动)
MAC verified OK(生成成功)
shiyunleideMacBook-Pro:Desktop shiyunlei$