iphone - Updated Push certificate and Apple Push Notification doesn't work -
an iphone app used work in development , production had push certificate expire. created new certificate , have not been able push notifications working again in development. ]
1) created new development_cert.p12 , used openssl create new pem file: openssl pkcs12 -in development_cert.p12 -out apple_push_notification_development.pem -nodes -clcerts 2) created new provisioning profiles development 3) turned off , on notifications on device
update 1 - production push notifications work new certificate, development push notifications aren't working new certificate.
any ideas why development push notifications aren't working?
did build app development provisioning profile , install updated app on device? if not, phone still works production apns environment.
if installed app, did register push notifications , development device token?
finally, if got development device token , sent server, sure used development device token when trying push notification device? sure used development certificate , connected sandbox apns server?
Comments
Post a Comment