Reputation: 4446
A week ago, I accidentally deleted APNS certificate on Apple Member Center.
Now, currently running app could not receive notification from server.
I have already made new certificate, updated .pem
file to server, submitted new version of our app to Apple Store.
It is 3 days after submitting but there is no response from Apple Store yet.
My customer is getting angry because his users could not receive any notification. Is there any way to restore/upload deleted certificate to Apple Member Center?
Thank you alot
Upvotes: 1
Views: 1215
Reputation: 10517
You don't have to rebuild the app and submit it to appstore again just to replace APNs certificate, it's absolutely not required. You just needed to produce new APNs certificate using standard process (with Keychain) and replace dead certificate file on your server.
Upvotes: 2