0

I'm in big trouble, I've one application already live in Apple store. Suddenly, My Mac's hard-disk is got crashed, So, I'v replaced it with another hard disk.

When i execute my project from new system (new hard-disk), xCode has created some certificates and profile Automatically, So, As reaction, push notifications stop immediately.

But problem is, I don't have my old certificate and private key (.p12). So, I'm unable send any push notifications or test it.

Please guide me if some one has idea about this kind of issue.

Regards.

Sonu
  • 937
  • 1
  • 10
  • 39

1 Answers1

1

If from your mac there is all actual certificate are removed. then you have to create new CSR and generate all the certificate and use it with existing appid.

If you have old csr then create new cer for push and make it PEM file and use that new one at the server side.

  • You need to create New CSR.
  • Generate New Certificate for Dis and Dev.
  • Generate new push Certificate.
  • Now use that all by double click that will be show your private key.
  • Generate New provisional profile using new cer and use it.
Nitin Gohel
  • 49,482
  • 17
  • 105
  • 144