Error starting AppName Module 'AppName' at

2019-05-31 13:12发布

In my BB application after installing it on the device showing this Error "Error starting AppName Module 'AppName' attempts to access a secure API"

I am opening internet Browser in my application and not giving any kind of permission so this can be the reason of this error of something else.....

Please Help Thanks

2条回答
男人必须洒脱
2楼-- · 2019-05-31 14:12

Please try to sign your application, then install. If you do not have a signature key, you can request new keys here. It's free nowadays. More help in this link.

查看更多
孤傲高冷的网名
3楼-- · 2019-05-31 14:16

This error indicates that the application has not been fully signed. Note that when you sign up for a set of code signing keys for BlackBerry OS 7.1 and lower you are sent 3 different keys. All 3 must be installed. If you don't install all of them you could partially sign your application and receive the error above.

You can verify the signatures applied to a COD file by opening the COD file using the SignatureTool. It'll show the signatures that have been applied. Look for signatures for RBB, RCR and RRT (note that RRT is only present when required).

查看更多
登录 后发表回答