Can't find private key for Apple Development Push Services

后端 未结 13 1035
忘了有多久
忘了有多久 2021-01-31 01:23

I\'ve consulted many sources out there and still can\'t figure this out.

http://code.google.com/p/apns-php/wiki/CertificateCreation

Basically after I download th

相关标签:
13条回答
  • 2021-01-31 02:17

    The .cer file does not contain the private key, only the public one. So all of these solutions are relevant only from the computer who issued the original CSR, or from a computer where the original certificate's keypair was imported to Keychain.

    If you don't have access to the private key, yiou would have to generate a new certificate. However - you do not have to invalidate the old one from Apple's certificate portal, as you may use multiple APNS certificates for the same app ID.

    0 讨论(0)
提交回复
热议问题