Search code examples
windowseclipseblackberrysigning

Blackberry Application Signing, Is it required?


I have created a simple native application using Blackberry API's.

Application contains only a Login Form and Alert. The applicaiton runs on simulator but while running on the device (9300 BB OS 6.0) it gives error "applicaiton attempts" to access secure API.

Is simple form under "Secure" API's.


Solution

  • There are APIs which requires to be signed from RIM to use them on real devices. If you look at the API docs, you can see Category Signed. That indicates you need to sign your application.

    To get the signing keys for free from here and you can sign your applications. See related StackOverflow question: “attempts to access secure API” error in Blackberry