Rails3.2.2とapn_sender1.0.5gemを使用しています。適切な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アプリケーションからAppleプッシュ通知を送信する方法(APNS)の詳細なチュートリアルを持っていますか?
どんな助けでも大歓迎です。