hengsokchamroeun / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

Generation of Keys #151

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have followed the instructions as per 
http://developer.apple.com/library/mac/documentation/NetworkingInternet/Conceptu
al/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html#//
apple_ref/doc/uid/TP40008194-CH104-SW3

and have generated a .p12 file with the private key, and a .cer file with the 
development certificate.

I can't find any useful documentation to tell me why when i open the .p12 file 
with javapns it gets a failure. I have found LOTS of posts to say you have to 
combine the key and cert together, but NOTHING that says how you do this.

Original issue reported on code.google.com by george.t...@mindshapes.com on 25 Oct 2012 at 2:26

GoogleCodeExporter commented 8 years ago
Also to note, I am using a PC to do any work, the .p12 and .cer file were 
generated on a mac for me.

Original comment by george.t...@mindshapes.com on 25 Oct 2012 at 2:27

GoogleCodeExporter commented 8 years ago
The documentation you referenced actually tells you how to combine the private 
key and certificate.  It is on step 3 of the last section on that page.   I 
suggest you ask the person that started the procedure on a Mac to actually 
complete it (!), and provide you with the final .p12 file that you end up with 
at the end of the procedure.

Original comment by sype...@gmail.com on 25 Oct 2012 at 2:51

GoogleCodeExporter commented 8 years ago
Closing issue, since procedure was not followed precisely.

Original comment by sype...@gmail.com on 5 Feb 2013 at 7:30