In one of my project, I have to implement Apple Push Notification service. For this, I have followed all the steps given in Local and Push Notification Programming Guide. I had successfully created the Certificate, added it to my provisioning profile and applied that profile to my application also.
All are fine.
However, when I am trying to generate the .p12 file from my certificate, I am getting 2 windows; first is asked for password to generate the file (I had set it also) and second is asked a permission to read my Key present in my Certificate (This is the problem). Since I haven’t set any password for generating this certificate (in fact, I hadn’t being asked to choose any password to generate this file), how could I provide this. Please help me, as without creating this file I can not proceed further (because the creation of .pem file is depend on this file).
Any hint or suggestion would be a great help to me.
Thanks in advance
When you are prompted for the second time for the password to read the certificate from keychain access, it means u need to provide the credentials for keychain access and not for the certificate you want to export.