我正在使用Rails 3.2.2和apn_sender 1.0.5 gem。我已经生成了正确的apn_development.pem和apn_production.pem。我已将它们添加到我的 rails 应用程序中。通过查看一些文章,我也修改了 apn_production.pem 文件权限。我仍然无法从我的 Rails 应用程序连接到 Apple 的 APNS 服务器。
feedback_data = APN::Feedback.new(:environment => :production), still returns
#<APN::Feedback: Connection not currently established to feedback.push.apple.com on 2196>
我是否遗漏了什么,或者是否有任何机构有关于如何从 Rails 应用程序发送(APNS)Apple 推送通知的详细教程。
任何帮助将不胜感激。