3
votes

what are the steps that need to deliver my app to blackberry device regardless bb version?

Note: my app has 6 files COD.

can I send direct link for these file to bb device and click on them sequentially to download my app to bb?

1
use the jad file along with the cod files. Then call that jad files url in your device's browser window. - Signare
so, I dont need third party to do that? - Ayman Hussein
you asking about - How to upload app to App World ? Or How to run app in Devise ? - Signare
I need to send my app to bb device and no need to upload it to App Word. - Ayman Hussein
sign your app , then call the url of the jad file in to the devise browser. - Signare

1 Answers

1
votes

After you build your app, you publish the contents of the /OTAInstall folder on a Web Server. Then load the URL to the *.JAD file in the BlackBerry browser and it will prompt you with a download page.

Note: you will need to setup MIME types on your Web Server for the *.jad and *.cod file types.

This is explained in detail this tutorial: How to Deploy and Distribute Applications for BlackBerry (Java) Smartphones.