问题
I'm using J2ME WMA to send/receive SMS into a specific port, wich in my case is port 50000. When one of the mobile devices is not running the application the message goes to the inbox, which by default is port 0.
Is there any way to prevent this from happening?
回答1:
PushRegistry resolves the issue but it's only available in WMA 2.0.
Check the WMADemo sample at JavaME SDK 3.0.
来源:https://stackoverflow.com/questions/4932972/sms-goes-to-the-inbox-when-the-mobile-is-disconnected