BlackBerry App World Distribution of .jad files

假如想象 提交于 2019-12-12 17:27:43

问题


I am developing an app using Eclipse Plugin with BlackBerry JRE 4.5 to support devices with OS versions 4.5 and higher. I understand that when you use a JRE version lower than 4.7 and you deploy the app to a 4.7 device or a 5.0 device, the app will run in compatibility mode and as a result the virtual keyboard would appear.

I followed this document to avoid running my app in compatibility mode. I was able to generate the .JAD files for version 4.7 only after I built the app with JRE 4.7. I changed my project settings back to JRE 4.5 but I updated the 4.7 .JAD file with the configurations described in the above document. That seemed to work. so when I run my app in 4.7 simulator, I don't see the virtual keyboard. I did the same thing for version 5.0.

Question is - When I package the app and submit it to the App World, will I be able to include the .JAD file for 4.7 and .JAD file for 5.0 so that when the user downloads the app and runs it, it doens't run in compatibility mode? if not, how will I make sure that my app doesn't run in compatibility mode on 4.7 or 5.0 device? If the settings in .JAD file will be compiled in to .COD file and that is used for packaging to the App World, does that take care of things?

Please help me understand if I have to include .COD or .JAD file for each version that my app will support or if one .COD file will include the configuration settings for all the OS versions. (Please bear with my ignorance)


回答1:


You will only be able to upload the cod files to the RIM app store.

You will be able to upload a different set of cod files based on the OS. So you can compile a version of your app for OS 4.7.

Cheers

Ray



来源:https://stackoverflow.com/questions/5493660/blackberry-app-world-distribution-of-jad-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!