09-03-2008 10:22 AM
Hello Folks,
i am naive to the BB thing. and i want to know that is there any way to test my application on
device without signing it.
Regards,
Xtpl
09-03-2008 10:38 AM
09-03-2008 02:05 PM
Part of RIM API classes do require signing to work on real device. Information regarding the signing requirement is included into javadoc documentation. Just inspect your application classes according to the javadoc information. If you have used at least one class that requires signing - the application won't work on real device without signing.
On my experience it is a non-trivial task to make a helpful application based only on classes which do not require signing.