stop sms messaging to iPhone programmatically

余生颓废 提交于 2020-01-06 05:23:13

问题


I want to confirm a feature, a client asks to me develop an app with a feature that it is able to stop sms messages to the phone for a certain period of time. I have done some research and found a link pasted below (and the screen shot of the page) in which the author of a renown iPhone App development book states it is not possible. What's your take on this?

http://img.skitch.com/20100816-tr4ceamtbjjfxqj9udd4tdpdwp.jpg

http://blogs.oreilly.com/digitalmedia/2008/02/when-it-comes-to-the.html

Core Telephony framework lets us get the notification when a call and sms is received but I couldn't find a way we can stop it.


回答1:


You probably can do it on a jailbroken device. You might be able to do it in a private framework (but it's pretty unlikely). It probably wouldn't be allowed in the App Store.




回答2:


You can't stop it, they were right.



来源:https://stackoverflow.com/questions/3498552/stop-sms-messaging-to-iphone-programmatically

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