用于读取短信收件箱的跨平台移动应用开发环境

发布于 2024-12-09 14:21:08 字数 343 浏览 0 评论 0原文

是否有一个跨平台移动应用开发环境允许我们访问手机的短信收件箱?

我想在不同的平台(至少 Android 和 Symbian)上创建可以处理 SMS 的消息应用程序。我了解到 PhonegapMosync 目前没有提供这样的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不爱素颜 2024-12-16 14:21:08

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文