blackberry deployment and release process

Posted by hishboy on Stack Overflow See other posts from Stack Overflow or by hishboy
Published on 2010-04-03T05:15:16Z Indexed on 2010/04/03 5:23 UTC
Read the original article Hit count: 338

Filed under:
|
|

So I'm building a blackberry app and was wondering if there is any good documentation on deployment/release best practices? Blackberry's "A70 – How to Deploy and Distribute Applications" document is kind of lacking.

I guess I'm looking for answers for the following question (Specifically for Over-The-Air aka OTA):

  1. I'm building an app for OS 4.5 and up. Do I need to compile a separate COD/JAD for each version? (i.e. 4.5, 4.6, 4.6.1, 4.7, and 5.0)
  2. How do I detect OS version from the user-agent?
  3. What's the best way to compile COD/JAD files?
  4. anything else that might be good to know :)

Thanks in advance!

© Stack Overflow or respective owner

Related posts about blackberry

Related posts about release