Blackberry - Is it possible to ignore doing 'Request Signatures' every time?
I am developing Blackberry application. Every time when i want to test my app program changes on the Blackberry storm device, i need do 'Request Signatures' every time. Can't we ignore doing it every time?
Thanks开发者_如何学Go.
Just an additional information:
- A60 - How And When To Sign - For BlackBerry SmartPhones - By Andre Fabris
- Automated Blackberry sign tool (Mac, Linux & Windows)
- BlackBerry Development with Ant & Eclipse
- BB Ant Tools
You could write your own build scripts that sign the application using the command line tool as part of the build script.
Here is how to run the signing tool from command line
精彩评论