黑莓部署和发布流程

发布于 2024-08-27 17:57:51 字数 323 浏览 5 评论 0原文

所以我正在构建一个黑莓应用程序,想知道是否有关于部署/发布最佳实践的良好文档? Blackberry 的“A70 – 如何部署和分发应用程序”文档有点缺乏。

我想我正在寻找以下问题的答案(特别是空中下载,又称 OTA):

  1. 我正在为 OS 4.5 及更高版本构建一个应用程序。我需要为每个版本编译单独的 COD/JAD 吗? (即 4.5、4.6、4.6.1、4.7 和 5.0)
  2. 如何从用户代理检测操作系统版本?
  3. 编译 COD/JAD 文件的最佳方法是什么?
  4. 还有其他可能值得了解的事情吗:)

提前致谢!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拒绝两难 2024-09-03 17:57:51
  1. 不,你不需要为每个版本编译一个单独的 cod 文件,尽管我的理解是 OS 5 将以兼容模式运行较旧的应用程序,这可能会搞砸,所以如果有任何问题,你可能需要单独编译。
  2. 根据 维基百科,用户代理似乎遵循“BlackBerry / Profile/.. ”
  3. 我真的不确定你在这里要找什么。据我所知,rapc 编译器没有任何优化能力,所以无论你如何编译它,它都会产生相同的结果。
  1. No you don't need to compile a separate cod file for each version although my understanding is that OS 5 will run older applications in a compatibility mode which can mess things up so you may want to compile separately for that if there are any problems.
  2. According to Wikipedia the user agent seems to follow the format "BlackBerry / Profile/..."
  3. I'm really not sure what you're looking for here. As far as I know the rapc compiler doesn't have any optimization abilities so however you compile it it's going to produce the same result.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文