11-14-2012 04:28 AM
Hi,
I've a big problem :-(
After having successfully setted up the signing keys received from RIM and after the succesfully creation ot the .bar file when I try to upload it to app world I get this error message:
Bar is not RDK signed Bar is not AUTHOR signed This bar contains unsigned entries which have not been integrity-checked.
I already checked that the author name in the config.xml file is the same of the one used during the signing keys setup.
How to resolve this problem?
Tnx.
MA
Solved! Go to Solution.
11-14-2012 09:44 AM
Try the steps here:
How to verify your BAR file is fully signed
Also make sure you uploaded the correct bar file. Sometimes people accidently uploade their debug version instead of the signed version.
11-14-2012 10:14 AM
11-14-2012 11:23 AM
The signing keys for PlayBook/BlackBerry 10 are different than BlackBerry OS 7.x and lower. Have you configured those?
11-14-2012 12:56 PM
Yes I did it.
I followed the steps on developer.blackberry.com
In the folder where certs are created could exist some other cert or I must empy that folder before create new cert?
Tnx.
MA
11-14-2012 02:10 PM
You shouldn't have to remove anything from the folder.
Can you post the results of this command?
blackberry-signer -verify <BAR_File>.bar
11-15-2012 03:00 AM
Good morning ![]()
Here the output of the blackberry-signer command:
Error: Bar is not RDK signed
Error: Bar is not AUTHOR signed
Error: This bar contains unsigned entries which have not been integrity-checked.
I can't understand ......
Do you think I should request a new key pair for signing playbook apps?
Tnx.
11-15-2012 10:18 AM
How are you building and signing the application? Can you post your command?
11-16-2012 03:15 AM
Hi ![]()
Here my .bat commands:
11-16-2012 10:41 AM
That looks fine. What output do you see from that?