信鸽推送
上传pem格式到开放平台(分为开发证书和生产证书)
1.此时需要绑定在app ID下,如果bundleID已经使用了,请找到对应的app ID,打勾push,生成对应的cer
2.然后在钥匙串中导出p12
3.再有终端命令,生成对应的pem
例如 把developer.p12导出到desktop上
打开终端 输入cd desktop
openssl pkcs12 -in developer.p12 -out developer.pem -nodes
上传pem格式到开放平台(分为开发证书和生产证书)
1.此时需要绑定在app ID下,如果bundleID已经使用了,请找到对应的app ID,打勾push,生成对应的cer
2.然后在钥匙串中导出p12
3.再有终端命令,生成对应的pem
例如 把developer.p12导出到desktop上
打开终端 输入cd desktop
openssl pkcs12 -in developer.p12 -out developer.pem -nodes