10-10-2012 11:09 AM
Hi there,
I can now develop my application, and run/debug it from Momentics. I am trying to package the application and send the package to others for testing purpose, without for them to build the binary again. How ever, I can not find documentation or threads in this frum on how to do that?
Could you let me know if it is possible and how to do it? Thanks.
Dong
Solved! Go to Solution.
10-10-2012 11:13 AM
If you sign the app, you can have other users side load the application if they put their devices into development mode...
10-10-2012 11:38 AM
10-10-2012 12:52 PM
On the project select "Export" and then "BlackBerry/Release Build" this will add a signed bar file to arm folder of the project...
10-18-2012 05:46 AM
10-18-2012 09:38 AM
Place the DevAlpha into Development Mode and then from the command line
blackberry-deploy -installApp -launchApp -device <device-ip-address> -package <AppName>.bar -password <device-password>