Receive notifications for SMS using iPhone

I searched this on Google for a while, and maybe I am not formulating it correctly, because I am not an expert iPhone developer, but I am wondering if there is some kind of notification or system event that my iPhone application that I am developing may "hook" for the fact that it will increase whenever a text message arrives on my phone. I do not need to read the message. I just need to know when a text message arrives on the phone. If possible, I would like to get the phone number of the person sending the message. Is this possible in Objective-C / Cocoa?

+2
source share
1 answer

No, you cannot do this using the iOS public APIs.

+4
source

All Articles