【发布时间】:2013-04-16 10:41:11
【问题描述】:
使用this 链接我尝试制作推送通知应用程序。
但是,这使用了旧的苹果面板来生成 ssl 和提供证书。
任何人使用新的苹果面板生成 ssl 和配置?
下面生成ck.pem的步骤
1) $ openssl x509 -in aps_developer_identity.cer -inform der -out PushChatCert.pem
2) $ openssl pkcs12 -nocerts -out PushChatKey.pem -in PushChatKey.p12
输入导入密码:
MAC 验证正常
输入 PEM 密码:
验证 - 输入 PEM 密码:
3) $ cat PushChatCert.pem PushChatKey.pem > ck.pem
4) $ telnet gateway.sandbox.push.apple.com 2195
正在尝试 17.172.232.226...
连接到 gateway.sandbox.push-apple.com.akadns.net。
转义字符是'^]'。
这是正确的步骤吗?
请帮帮我......
谢谢
【问题讨论】:
标签: ios push-notification apple-push-notifications