Reputation: 5431
I want to sign my blackberry application with ant tool of phonegap, so I can try it on my device.
I made the 2 signature file (sigtool.csk & sigtool.d , right !?) from the 3 .csi, and put them in the build.xml folder. But when I launch 'ant load-device', I've got an error because ant can't find signing key ...
[exec] [ERROR] Cannot sign application - failed to find
signing keys
Where should I put them ?
Upvotes: 0
Views: 1529
Reputation: 5941
On Succesful installation of 3 .cis files, which you have received from RIM. You should have 3 more files on the isntallable directory.
All three required for Blackberry code signing, verify and locate their presence in signing key installable folder.
Upvotes: 1