I am developing a Blackberry widget application, which I know requires OS 5.
Now, I'm using OTA installation, but when a user without OS 5 loads the .jad file, they get an exception like:
This application requires the following modules which are not installed:
net_rim_bb_browser_field2_api
net_rim_bb_web_jse_api
net_rim_networkap
I want to be able to stop users from installing this if it won't work on their phones, and optionally display some sort of message asking them to upgrade.
Surely other people have encountered this before?