開発と運用で機能していた iPhone アプリのプッシュ証明書の有効期限が切れました。新しい証明書を作成しましたが、開発中にプッシュ通知を再び機能させることができませんでした。]
1) I created a new development_cert.p12 and used openssl to create a new pem file:
openssl pkcs12 -in development_cert.p12 -out apple_push_notification_development.pem -nodes -clcerts
2) I created new provisioning profiles for development
3) I turned off and on notifications on my device
更新 1 -運用プッシュ通知は新しい証明書で動作しますが、開発プッシュ通知は新しい証明書で動作しません。
開発プッシュ通知が機能しない理由はありますか?