hi..i wrote a sending sms program through wireless messaging in j2me..but whenever i am sending message they are asking permission for sending mssg.... how to resolve this..plz help me its urgent....
+3
A:
You need to sign your midlet otherwise you will get these security prompts whenever you use an API such as network connection or SMS.
funkybro
2010-03-24 10:01:50
A:
even if you sign your midlet with a 3rd party certificate from Verisign/Thawte you will end up with prompts, the only other suggestion is to use an sms aggregator such as a clickatell to proxy the sms for you
kgutteridge
2010-03-31 01:36:41
A:
The confirmation is there by design, and from the user's point of view he/she do not want applications to be able to send sms messages without his/her knowledge because they cost money. Your question is in some way like "how can I connect to my neighbour's wifi access point without supplying the required password".
hlovdal
2010-04-22 10:45:31