Installing Your Signed App onto the PlayBook

You can send your signed app to the BlackBerry PlayBook using blackberry-dploy. This makes it easy to test final builds without having to setup debugging certificates. We’ll talk about debug certificates in a later post, let’s get our app onto the device! Problem: You want to test your signed application on the device before submitting […]

iOS, Android and BlackBerry in a Single Click with ANT

***Update: Use package.blackberry OR install.blackberry when running the ANT task, using both will overwrite the BAR file and remove signing. Verify your BAR is signed by renaming it from app.bar to app.zip, extract and ensure you have META-INF/AUTHOR.EC and META-INF/RDK.EC included in the zip.*** Create your market ready AIR apps for iOS, Android and the […]