iPhone Block SMS using xcoding,Private Frameworks whatever

こ雲淡風輕ζ 提交于 2019-12-11 16:14:57

问题


this is Nsr..

I need some help about using private frameworks, i have checked almost all the links and articles about PF, but it didn't help me whatsoever. Iv also looked into Github but didn't get the required answer/result.

I want to build an app regarding iPhone messaging. i want my phone not to recieve any SMS/MMS for a certain time(whenever i launch my app). Iv looked into Chatkit framework, but its not even my Private Framework's folder..

I am a beginner in using private API, actually this is my first time to i dont event know how to add/code/use private API or class dump(no idea what the hack is this). I just want a good guidance as im not able to proceed any further than designing my app right now..

Kindly save your messages about not using private APi's.. Any help would be greatly appreciated. Thanx


回答1:


For non-Jailbroken iPhone

You can intercept the SMS notification, but you can't stop them from going through.

Here's is What I got for you

A: Core Telephony now lives in Private Frameworks
E: You can intercept the SMS notification, but you can't stop them from going through.
J: There is SMS sample code floating around in the jailbreak world. You should be able to google it down pretty easily
W: It's not possible to disable USSD notifications from a programmatic point of view.

Please check out this link

.

While For Jailbroken iPhone.

Please check out How to react on incoming sms on an iPhone?



来源:https://stackoverflow.com/questions/12725548/iphone-block-sms-using-xcoding-private-frameworks-whatever

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