From what little is available on the Internet for signing BB apps, I can guess that we just need the .cod file for signing an app and don’t need the source code.
Can someone please confirm this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your .cod file is generated automatically when you compile your code. You’ll only need to sign it if you use any of the controlled API’s: Runtime API, Blackberry Apps API and Crypto API.
You then register with Blackberry (which is free, but requires a credit card), they issue you with a signing key which you then use to sign all future cod files.
I use Eclipse with Blackberry JDE plugin and by navigating to the Blackberry -> Request Signatures.. dialog you will see if any of your .cod files need signed.