iOS应用程序可以读取/访问SMS文本吗? [英] Could an iOS application read/access SMS text?

查看:180
本文介绍了iOS应用程序可以读取/访问SMS文本吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想实现一个iOS应用程序,它将使用SMS文本作为原始信息。我认为Apple不允许这样做。 iOS应用程序可以读取/访问SMS文本吗?或者我们还有其他方法可以做同样的事情吗?

I want to implement an iOS application which will use the SMS text as raw information. I think Apple does not allow this. Could an iOS application read/access SMS text? or do we have any other approach to do the same?

修改:我们可以阅读未保存在SMS框中的服务信息,如余额信息吗?

Modification: Can we read service messages which are not saved in the SMS box like balance message?

推荐答案

正确,您无法在标准的非越狱iPhone上访问这些内容。你应该向Apple提交一个错误,也许他们将来会改进短信访问。

Correct, you cannot access these on a standard, non-jailbroken iPhone. You should file a bug with Apple, perhaps they'll improve SMS access in the future.


  1. 不可能

  2. 检查

允许通过应用程序发送短信,但不允许访问收件箱中的短信/电子邮件。

For SMS sending through application allowed but for accessing inbox for sms/email not allowed.

只有当手机越狱时才有可能。有许多工具可以越狱你的手机。

It is only possible when the phone is Jailbreaked. There are many tools to jailbreak your phone.

一旦Jailbreaked,应用程序cal打开SQLite数据库

Once Jailbreaked, an application cal open the SQLite database at

/var/mobile/Library/SMS/sms.db
并阅读消息表。

/var/mobile/Library/SMS/sms.db and read the message table.

它包含收到消息的日期/时间,发件人/收件人电话号码,甚至是邮件的明文。

It contains, the date/time at which the message was received, the sender/recipient phone number and even the clear text of the message.

这篇关于iOS应用程序可以读取/访问SMS文本吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆