iphone Read incoming SMS message

坚强是说给别人听的谎言 提交于 2019-12-12 00:40:57

问题


I would like to know whether we can read the incoming SMS message in iPhone.
If any new SMS message arrives I want to open it through my app.

Can you suggest any solution?


回答1:


It's not possible in iOS, sorry




回答2:


iPhone does not have any API hooks into the SMS stack. There is, however, a sqlite style database that you can read with the information inside. If the phone is jailbroken it can be accessed.




回答3:


No, on a non-jailbroken phone, you cannot get any data on SMS messages or phone calls. They are entirely walled off from your application.



来源:https://stackoverflow.com/questions/9701530/iphone-read-incoming-sms-message

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!