当手机断开连接时,短信将发送至收件箱
我使用 J2ME WMA 将 SMS 发送/接收到特定端口,在我的例子中是端口 50000。当其中一台移动设备未运行应用程序时,消息将发送到收件箱,默认情况下为端口 0
。有什么办法可以防止这种情况发生吗?
I'm using J2ME WMA to send/receive SMS into a specific port, which 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PushRegistry 解决了该问题,但仅在 WMA 2.0 中可用。
查看WMADemo示例< /a> 在 JavaME SDK 3.0。
PushRegistry resolves the issue but it's only available in WMA 2.0.
Check the WMADemo sample at JavaME SDK 3.0.