I have an iPhone app with push notifications enabled and it's working pretty well. But my mac mini just "died" and I realize I did forgot to backup my public / private keys :/ So I guess my only solution now is to create new certificates (both developer and distribution) so I can continue my work ... but what happens with my push notifications?
I mean : the pem file used for my push notification server is "linked" to my current distribution certificate. What happens if i revoke my certificate?
- Will my push notifications still work ?
- If yes, what will happen when I'll submit a new version of the binary?
- If not, do I "only" need to create a new pem file?
Did any of you experienced such a situation?