ShiVa3D
UAT for BlackBerry not sign application
BlackBerry Tablet OS and BlackBerry 10UAT for BlackBerry not sign application
by CarlosMoraes » 19 Jan 2012, 17:00
Hi! My .bar file generated in the UAT was denied by RIM, because the application is not signed.
Someone can help me ?
thanks!!
---------------------------message------------------------
- Please upload a signed copy of your application, appears that it is not signed.
Signing information:
https://bdsc.webapps.blackberry.com/CodeSigningHelp/
Commands
RDK:
blackberry-signer -verbose -cskpass -keystore -storepass RDK
Author:
blackberry-signer -keystore -storepass author
You should also have the following files as a general rule as an end result when signing your application:
- RDK.SF
- RDK.EC
- MANIFEST.MF
- AURTHOR.SF
- AUTHOR.EC
These should all be contained within your .BAR file
Thank you for your understanding in this matter,
-----------------------------------------------------
Someone can help me ?
thanks!!
---------------------------message------------------------
- Please upload a signed copy of your application, appears that it is not signed.
Signing information:
https://bdsc.webapps.blackberry.com/CodeSigningHelp/
Commands
RDK:
blackberry-signer -verbose -cskpass -keystore -storepass RDK
Author:
blackberry-signer -keystore -storepass author
You should also have the following files as a general rule as an end result when signing your application:
- RDK.SF
- RDK.EC
- MANIFEST.MF
- AURTHOR.SF
- AUTHOR.EC
These should all be contained within your .BAR file
Thank you for your understanding in this matter,
-----------------------------------------------------
-

CarlosMoraes - Senior Boarder

- Posts: 66
- Location: Brazil
Re: UAT for BlackBerry not sign application
by NiCoX » 19 Jan 2012, 18:13
Hi,
Yes you have to sign it manually after building the BAR file with the UAT using a "Distribution" build type.
Yes you have to sign it manually after building the BAR file with the UAT using a "Distribution" build type.
-

NiCoX - Platinum Boarder

- Posts: 5626
- Location: France
Re: UAT for BlackBerry not sign application
by CarlosMoraes » 19 Jan 2012, 18:33
manually? How ?
I have the QNX momentrix IDE... and configured for sign the aplications.
thanks NikoX!!!
I have the QNX momentrix IDE... and configured for sign the aplications.
thanks NikoX!!!
-

CarlosMoraes - Senior Boarder

- Posts: 66
- Location: Brazil
Re: UAT for BlackBerry not sign application
by NiCoX » 19 Jan 2012, 19:13
-

NiCoX - Platinum Boarder

- Posts: 5626
- Location: France
Re: UAT for BlackBerry not sign application
by CarlosMoraes » 19 Jan 2012, 23:36
Thanks NicoX! I will try this way!
I need to assign a version number for my application before this ? or not!!
I need to assign a version number for my application before this ? or not!!
-

CarlosMoraes - Senior Boarder

- Posts: 66
- Location: Brazil
Re: UAT for BlackBerry not sign application
by NiCoX » 20 Jan 2012, 00:20
I need to assign a version number for my application before this ? or not!!
You should just have to fill the edit box in the UAT. It will be added to the generated manifest.
-

NiCoX - Platinum Boarder

- Posts: 5626
- Location: France
Re: UAT for BlackBerry not sign application
by CarlosMoraes » 20 Jan 2012, 14:30
I used this command .. blackberry-signer -storepass myKeystorePassword myBAR_file.bar
in the prompt dos , I have a error !!!
Error: The signature on the code signing request didn't verify. The likely cause of this problem is entering an incorrect CSK password.
CSK password!!! why ?
The file bar-descriptor.xml of my application... where is it ? inside of my .bar file...
thanks again!!!!
in the prompt dos , I have a error !!!
Error: The signature on the code signing request didn't verify. The likely cause of this problem is entering an incorrect CSK password.
CSK password!!! why ?
The file bar-descriptor.xml of my application... where is it ? inside of my .bar file...
thanks again!!!!
-

CarlosMoraes - Senior Boarder

- Posts: 66
- Location: Brazil
Re: UAT for BlackBerry not sign application
by CarlosMoraes » 24 Jan 2012, 13:10
problem solved! I got to sign my application! Finally!
thanks!!
thanks!!
-

CarlosMoraes - Senior Boarder

- Posts: 66
- Location: Brazil
Re: UAT for BlackBerry not sign application
by NiCoX » 24 Jan 2012, 13:32
Great news!
Could you please tell me (and us) what the problem was?
Could you please tell me (and us) what the problem was?
-

NiCoX - Platinum Boarder

- Posts: 5626
- Location: France
Re: UAT for BlackBerry not sign application
by CarlosMoraes » 24 Jan 2012, 16:00
I used this command ..
blackberry-signer -storepass myKeystorePassword myBAR_file.bar
Error: The signature on the code signing request didn't verify. The likely cause of this problem is entering an incorrect CSK password.
the keystore password must be the same CSK password...
myKeystorePassword = myCSKpassword
thanks!!
blackberry-signer -storepass myKeystorePassword myBAR_file.bar
Error: The signature on the code signing request didn't verify. The likely cause of this problem is entering an incorrect CSK password.
the keystore password must be the same CSK password...
myKeystorePassword = myCSKpassword
thanks!!
-

CarlosMoraes - Senior Boarder

- Posts: 66
- Location: Brazil
Re: UAT for BlackBerry not sign application
by kaxig » 09 Feb 2012, 17:33
i had to specify both:
blackberry-signer -storepass <storepass> -cskpass <cskpass> YOUR_APP.bar
blackberry-signer -storepass <storepass> -cskpass <cskpass> YOUR_APP.bar
- kaxig
- Junior Boarder

- Posts: 38
11 posts
• Page 1 of 1