BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   Developer Forum (http://www.blackberryforums.com/forumdisplay.php?f=15)
-   -   blackberry application development (http://www.blackberryforums.com/showthread.php?t=230374)

manitoon 07-08-2010 12:34 AM

blackberry application development
 
I was told by someone that blackberry applications are device specific. i.e. if one application that runs on bold9000 might not run properly on bold9800 ?

Is that true ? if yes what are the limitations ?

pgoeol 07-08-2010 01:55 AM

There are OS based limitations, if you are writing an application for 4.7 OS version then it may not work on devices with 4.3 OS version. It happens when APIs used in application are available only on higher OS version.
You can minimize this issue by using APIs which are available on lower OS versions otherwise you'll have to make separate applications.

--Pulkit

Quote:

Originally Posted by manitoon (Post 1626551)
I was told by someone that blackberry applications are device specific. i.e. if one application that runs on bold9000 might not run properly on bold9800 ?

Is that true ? if yes what are the limitations ?


Dougsg38p 07-08-2010 07:19 AM

Your compiler level must be less than or equal to the target OS level.

Contrary to what pgoeol says, running a higher-version compiled app against a lower-version OS is never supported, even if you do not use classes not found in the older version. I do not recommend it.


All times are GMT -5. The time now is 08:34 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.