Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What happens to the APNS Certificate when revoking the distribution Certificate

I am new to the APNS certificate thing. My question is a old developer lost our Private Key which we used for several in-house (ad-hoc) applications, and an application we use to push out applications and policies to users. I know that the only way to get the private key is to revoke the certificate and then generate a new one and re-sign all the internal applications and re-deploy with the new cert. My only concern is what happens to the application that uses APNS, does this still use the distribution certificate from our apple account, or will this not be affected when we revoke the distribution certificate?

like image 993
atrljoe Avatar asked Jun 18 '12 17:06

atrljoe


1 Answers

The push certificate is not part of the provisioning profile. It has nothing to do with the client (the app), only your server's connection to APNS is affected.

like image 151
Steven Kramer Avatar answered Sep 30 '22 18:09

Steven Kramer