Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple push notifications certificate expiry

I am working on an app update and am building this new version completely from scratch. Am now in the process of setting up push notifications in the app.I can see that the app is already configured for push notifications but expiry for production push SSL certificate is Feb, 2012 See image

Does this means that the current version of app on the store wouldn't have working push notifications since the certificate is expired?

And what should be my next step if I want push notifications to work in the new vsersion. Revoke the old one and create new or shall I select Configure option on "Generate a new Production Push SSL certificate before your current one expires"

My only concern is that if the existing app has working push notifications they shouldn't get affected.

Thanks in advance.

like image 901
Manish Ahuja Avatar asked Nov 10 '12 11:11

Manish Ahuja


1 Answers

This certificate is used on the server side, so if the certificate is expired, then server can't send push messages to Apple servers (probably the server receives an error while trying to connect to Apple servers).

Update: Answer to the second part of your question, generate new certificate and install it on your server. Try to send test message and be sure that it works. Once you are done with testing revoke the old certificate and remove it from server to avoid confusion in the future.

like image 115
Alex Avatar answered Oct 21 '22 08:10

Alex