Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
bsmith138
Posts: 88
Registered: ‎07-11-2009
Accepted Solution

Over the air app download (COD files)

Do I have to prepare a cod and jad file for each Blackberry version I would like to have my application run on, ie. one for 4.5, 4.6.0, 4.6.1, 4.7?  Or is it sufficient to compile it for 4.5 and it will run on all?

 

Which is better? 

Please use plain text.
Developer
RexDoug
Posts: 4,764
Registered: ‎07-21-2008

Re: Over the air app download (COD files)

That's up to you.

 

You can compile on 4.5 and run on everything 4.5 and up - but you may not be happy with the results, especially with the Storm.

 

We are currently building for 4.2.1, 4.5, and 4.7. Our download page detects the OS level and model of the device and directs the browser to the correct JAD file.

 

 

 

 

Please use plain text.
Developer
bsmith138
Posts: 88
Registered: ‎07-11-2009

Re: Over the air app download (COD files)

thanks rexdoug
Please use plain text.