I am new to blackberry development and i am confused about the signing terms. I understand that if I use protected apis in my code then i need to get my code signed by blackberry in order for my code to work on a real device. Is that also the same as signing my application as in the way a J2ME app is signed so that it is "trusted"?
|
feedback
|
|
You need to apply for a set of BlackBerry signing keys from RIM, they are free, see here: https://www.blackberry.com/SignedKeys/ Note the drop down, if you are developing a java application set it to 'BlackBerry Smartphone Code Signing Key' You will receive emailed instructions on how to import the keys into the IDE you are using for development. You will also receive three (3) further emails, each containing a different signing key, you will need to import all 3 keys into your development environment. I have mentioned this, because this is were many people have fallen in this signing issue, by only importing the key from one of these 3 emails. | |||||
feedback
|