I’m new to Blackberry development and need some direction on distributing an app to a device. These are the steps I have taken and where I hit my problem:
- I build my app in eclipse
- In the top menu i go to ‘blackberry’ > ‘ sign’ > ‘sign with signature tool’
- When the signature tool pops up a click ‘add’ select the cod file in the build
- click ‘request’ i then see in green ‘signed’ next to my cod file with the signerid as RBB
- I then use cmd to upload my app using C:\Java>JavaLoader.exe -u load myapp.cod
- the app shows on the phone but after i click on it i get an error ‘attempts to access a secure api’
Im suspecting i should have ‘signed’ against my app for RCR and RRT. What must i do to get this to say signed?
Thanks for any help in advance
First install the three code signing keys on your eclipse.
BlackBerry JDE Plug-in for Eclipse Users:
Then right click your Project -> Blackberry -> Sign with Signature Tool , then it will prompt for password. After giving the password, it will sign all your necessary files. After Complete Sign it will show the location of your signed Cod file’s location in the Console of eclipse.