如何以编程方式从iPhone收件箱中读取短信
问题描述:
在查看了iOS文档之后,我可以在应用程序中使用MFMessageComposer发送SMS,但是我还没有找到一种编写应用程序的方式,从而可以在iPhone中以编程方式处理传入的SMS消息的内容.平台.想法是让这样的应用程序在后台运行,并从收件箱中读取短信并自动执行操作.
After a review of the iOS documentation, I can send SMS using MFMessageComposer in my application but I have not yet found a way for an application to be written such that it can programmatically process the content of an incoming SMS message within the iPhone platform. The idea would be for such an application to be running in the background and read sms from inbox and perform action automatically.
答
使用标准SDK无法做到这一点.
This is not possible with the standard SDK.
您也许可以用越狱的手机来做到这一点?
You may be able to do this with a jailbroken phone?