FileConnection permission messages in j2me midp 2.0?

孤人 提交于 2019-11-28 14:07:04

This is not coding related issue. Basically this type of confirm alert asking for security purpose. Because you are using JSR-75.

In this purpose, You need to sign your application with atleast any 3rd party signature like one from Verisign or Thrawte and then go to the application settings - permissions - and set permission for "Access User Data" as "Ask only Once" or "Allow Always" (these settings might not be available for your unsiged app on the device.)

If you facing this Issue on the emulator, go to preferences and MIDP tab, set the application domain to Trusted and set permission as "Allow Always". For more info, see here...

Signing sites are,

Thawte

Verisign

Java Verified

SIVAKUMAR.J

If you go to 3rd party trusted certificate means its minimum cost is RS.10000 per year. For deploying your application in client (final stage). It will worth.

But for testing, validating input, developing stage the cost is high. So check if your mobile has support for self signed certificate. If it supports self signed certificate, then process with self signed certificate.

But keep in mind self signed certificate is only for testing / development purpose. For delivering the project to client you should go to trusted party certificates.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!