How do I sign blackberry file
Ok so I packaged a swf file into a bar file using the command line in terminal like this:
blackberrySDK/bin/blackberry-airpackager -package appname.bar -installApp -launchApp appName.xml appName.swf blackberry-tablet-default-icon.png -device 172.16.26.135
the last bits add the app to my simulator and launch it.
But when I tried to upload it to the portal today I got this message
"Bar is not RDK signed Bar is not AUTHOR signed This bar contains unsigned entries which have not been integrity-checked"
How do I author sign it?
