Hi mobione support,
sorry for my eng.
i have downloaded private.key and .csr file from http://mobionesigning.appspot.com/signing/ and i have builded ios app with mobione.
I have developer account on apple center: I followed the procedure of registration and certificates creation on the portal.
I need to use Urban airship for send notification but here i have a problem.
Urban airship require,for app notification registration, one .p12 file.
I have found a web article, for build p12 file from .cer file and .key file (whit openssl for windows)
1) openssl x509 -in developer_identity.cer -inform DER -out developer_identity.pem -outform PEM
2) openssl pkcs12 -export -inkey private.key -in developer_identity.pem -out iphone_dev.p12
Unfortunately when I try to run the procedure I get this error: unable to load private.key
I think it’s because the file. Key is encrypted?!?!
Could you please help me? I need to know how to generate a p12 file
Thank you in advance,