I am an Android developer just getting my feet wet with BlackBerry. I am trying to port an Android app that I have created to BB. In doing this I've started using this command:
Backlight.enable(true);
This command required that I obtain code signing keys and start signing my application. It seems to me that I have to resign this application each and every time I make any change to the code. When I go through the signing process I am told that there are 76 files which require signing. Each time signing is complete I receive 76 individual emails telling me that the signing completed successfully. Which means while developing I am going to be receiving several hundred if not thousands of these emails every day.
My question is: Is this really how the workflow is supposed to be? Am I not doing something correctly in my signing process that is making me sign every time I want to run new version?
It seems completely ridiculous how I am doing it now, so I am hoping I have just overlooked something and it is not actually this bad.
