I’m trying to develope an iphone application which helps for filtering spam text messages.
But I don’t know how to hook text messages.
Please help me.
I’m trying to develope an iphone application which helps for filtering spam text messages.
Share
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.