Closed DURK closed 10 years ago
The documentation is a bit unclear because of how the key management "evolved" over time. You should be able to use -
<iOsCertificate>...</iOsCertificate>
<iOsCertificatePassword>...</iOsCertificate>
In the same place you would use iOsMobileProvision described here.
Thanks :) got it working using with properties defined as phonegap-build.ios.certificate
, phonegap-build.android.keystore.password
etc.
Hi, thanks for sharing your great plugin :) :+1:
You mention the following in the docs:
It is possible to configure the above using properties but it is not recommended
.Now, I am able to use
phonegap-build.username
andphonegap-build.password
as properties, but not the certificate-settings.I'm using:
Error message:
ios certificate password not defined or blank
Do you have any idea what I'm missing here?