Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I renew the SSL certificate for my ios push notification provider?

Tags:

A bit under a year ago, a teammember who has now left built an iphone app which is on the app store, and an ios push notification daemon which sends it notifications. Today, the daemon started spitting out SSL certificate errors - it seems the daemon's certificate has expired.

I've got the username and password of the developer account, and I've logged into the provisioning portal to create a new certificate. If I go to manage the App ID of our older apps that we no longer support, I see this:

console with configure button

But if I manage the App ID of the one I'm trying to renew, I see this:

console without configure button

Why isn't there an option for me to generate a new push SSL certificate for this app? How do I renew the push daemon's ssl certificate without it?

Will we need to rebuild and resubmit the app?

like image 360
Simon Avatar asked Jul 21 '11 16:07

Simon


People also ask

What happens if Apple push services certificate expires?

Your Apple Push Services Certificate will no longer be valid in 30 days. To generate a new certificate, sign in and visit Certificates, Identifiers & Profiles. To learn more about expired certificates, visit the certificates support page.


1 Answers

If the certificate has expired, you must generate and download the new certificate, remove older certificates, and install the new on the server.

Resubmit the app is not necessary, just install the certificate on the server, no changes happens on client apps.

like image 135
malinois Avatar answered Sep 19 '22 06:09

malinois