2

I did a simple application in the blackberry OS 5.0.0 Is my app has support for all devices? If not, suggest better way to make my app support for all versions.

tshepang
  • 12,111
  • 21
  • 91
  • 136
Mahesh Babu
  • 3,395
  • 9
  • 48
  • 97

1 Answers1

2

Basically you can do 2 things:

  1. Install JDE/Eclipse plugin for every version and compile code looking for errors/warnings
  2. Install different simulators and test your application there

And to be sure you get a widest range support, see:
What minimum BlackBerry OS should I develop for?
Developing for multiple versions of BlackBerry OS
How to define supported BlackBerry OS versions and models for application?

Community
  • 1
  • 1
Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114