Can't add an iOS certificate to CodenameOne -
being on windows, have generated ios certificate app following these steps:
https://www.youtube.com/watch?v=mpzsxaw0qui
it generates file called ios-development.cer
when try browse , find file add "certificate" in debug section in relevant netbeans window (see pic below), file not displayed in file finder (because wizzard expects file different extension guess).
moreover, never had add password in certificate generation process, don't password asked me @ password field?
any appreciated.
the ideal way use wizard http://www.codenameone.com/blog/ios-certificate-wizard.html
the certificate needs converted p12 file using mac. bit of rough process described here: http://www.codenameone.com/how-do-i---create-an-ios-provisioning-profile.html
and here: http://codenameone.com/signing.html
then pitfalls here: http://www.codenameone.com/blog/ios-code-signing-fail-checklist.html
encryption requires 2 keys: public , private , cer file contains 1 of them (the other stored on mac) need import cer mac , export p12 file contains both keys (at point provide password).
Comments
Post a Comment