Hi All,
In my application (written in J2ME on S40) I want to receive an SMS. I searched on Internet and found that in J2ME the only way to receive SMS is to make application listen to a specific port and sender to send the SMS to that specific port.
I have one question here, if my application has not started listening to the port and in the meanwhile sender sends some SMS, will this SMS get dropped or whenever my application starts listening to the port, it will get the SMS, I mean the SMS will be queued or something till the application starts listening to the port.
Thanks in advance
Arvind

Reply With Quote

