0

I'm developing first j2me app which should just open a browser with some url. I do it with only one line of code

platformRequest(URL);

When I run it - it always asks me "Do I really want to open such URL"

How can I solve it? Will the app signing on the verisign solve my problem?

gnat
  • 6,213
  • 108
  • 53
  • 73
devworkstation
  • 147
  • 1
  • 3
  • 11

2 Answers2

1

Yes, Singing is the only option to access such APIs. You must sing your mobile application with a Singing Authority Certificate like Verisign ,Thawte.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
0

Even after Signing with Authority Tools , we cannot skip those prompts in all J2ME devices. But after Signing we will get extra prompts like "Access For ALL" .

Vijay YD
  • 514
  • 1
  • 4
  • 15