用于开发和生产的 iPhone 应用程序的 Push 证书过期。我创建了一个新证书,但无法让推送通知在开发中再次工作。]
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 -生产推送通知适用于新证书,但开发推送通知不适用于新证书。
任何想法为什么开发推送通知不起作用?