开发者

How to hook text messages in iphone

I'm trying to develope开发者_StackOverflow an iphone application which helps for filtering spam text messages. But I don't know how to hook text messages. Please help me.


You just can't. iOS API as of today does not give you access to text messages. Not to read them, not to send them, not to filter them. Sorry to break you bad news.

If your phone is jailbroken, you could do it by accessing the SQLITE database where text messages are stored. But you definitely won't be able to distribute your application through AppStore.


In order to do what you are trying to do, you are going to need to hook into the API. It is possible to jailbreak an iPhone without it being identified as 'jail-broken', though it's a bit tricky and a single screw up can deem your HID jailbroken for life.

If you're attempting to make a program usable for any user, this is not the method you want to use.

The only way this would be possible, is through a virus.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜