02-21-2011 11:27 AM
So, I codesigned and uplaoded my app yesterday, now Ive relaised a mistake and want to upload a new version.
I re did all of the steps, created a new bar file, and when i tried to code sign it I got the error:
But I dont get it becuase this is a new file.
Any ideas?
02-21-2011 11:36 AM
Did you increase the version (even if by going from 1.0.0 to 1.0.0.1)?
02-21-2011 11:44 AM
Yep, in the xml it is now version 1.0.1
02-21-2011 11:56 AM
Does your new .bar file have the same name as the old one?
If so, perhaps this is the problem.
Try naming your new .bar file with a new name.
02-21-2011 12:06 PM
Check that the version made it into the MANIFEST.MF file in your .bar file, which you can unpack as a .zip file (by adding the .zip extension if you need).
I see two versions there, Package-Version and Application-Version, and don't know which is recorded on the server, but I would assume both should be the same anyway.
If they still say 1.0.0.0 then your application.xml change isn't making it through.
If they are different, try changing it once more (to 1.0.2) in your app.xml and see whether that works. Maybe you already signed a v1.0.1 earlier when you were trying to sort out all your signing problems.
02-21-2011 01:10 PM
I've renamed the bar file (e.g. SignedMyApp.bar) for the vendor portal upload and it did not cause any problems. We'll see if it causes any problems during testing.
02-21-2011 01:19 PM
Nope, the version number is making it through and I also tried changing it to v 1.0.3 and this came up:
Im sure it was the right CSK password though. I started the entire process agin creating a new CSK file but it has now completly screwed up so am requesting a new one from BB.
Still dont know how to sign a new version though.
02-21-2011 01:58 PM
I too get this error when signing my app 'Error = The signature on the code signing request didn't verify. The likely cause of this problem is entering an incorrect CSK password.'. Has anyone got this error and been able to fix it? (I am 100% sure my password is correct, it is all lowercase (and i set all the passwords to be the same))
02-22-2011 05:04 PM
Hi Jeff,
Check out the kb article here to help you on "previously signed" error