Hello,
We are making an application that is going to be signed with an operator certificate, so we suppose that our midlet will be allowed to send SMS messages without a user confirm. There is no cheating and all of them will be freeThis is only a guaranteed way to communicate with server-side without the necessity of internet access.
Everything is seems to be alright, but the question with roaming arised. If any user moves to another region or country all outcoming SMS messages will cost him a lot, even if they are pointed for free short numbers.
How can we solve this using J2ME API? I could find any API that will let me to check if the mobile is in roaming.
Thanks for help.

This is only a guaranteed way to communicate with server-side without the necessity of internet access.
Reply With Quote

