用于读取短信收件箱的跨平台移动应用开发环境
是否有一个跨平台移动应用开发环境允许我们访问手机的短信收件箱?
我想在不同的平台(至少 Android 和 Symbian)上创建可以处理 SMS 的消息应用程序。我了解到 Phonegap 和 Mosync 目前没有提供这样的 API,我仍在寻找它。有什么建议吗?
Is there a cross-platform mobile app dev environment that allow us to access the SMS inbox of the phone?
I would like to create messenger apps on different platforms(Android and Symbian at least) that plays around with SMS. I learnt that Phonegap and Mosync is currently not providing such API, and I am still finding it. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MoSync 允许您发送短信,但正如您所说,它不会让您接收短信。
我猜原因是,大多数应用程序只需要发送短信,因为收到的消息
可以从服务器上获取。此外,许多应用程序使用短信来生成传播/用户,
一旦您的应用程序连接到某种 IP 服务,您只需与服务器对话即可。
当然还有费用问题,发送短信需要用户付费,接收短信需要付费
可能会花费服务提供商的钱。
MoSync allows you to send SMS, but like you say, it wont let you receive them.
I guess the reason is, most app only need to send sms, because incoming messages
can be picked up from a server. Also many apps use sms to generate spread/users,
once your app is connected to a IP service of some kind you just talk to the server.
There is of course the cost question, send sms costs app users money, receiving sms
can cost the service provider money.