我有类似这样的问题:生产环境中的Apple推送通知:无法获得本地颁发者证书, 但在我的本地计算机上.我遵循了这个教程:http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12但是在这一步中
openssl s_client -connect gateway.sandbox.push.apple.com:2195 -cert PushChatCert.pem -key PushChatKey.pem
Run Code Online (Sandbox Code Playgroud)
它说:
(很多数字和字母)验证返回码:20(无法获得本地发行人证书)
问题是什么?谢谢