I have looked all over and found many ways to send an SMS on IOS.
I'm wanting to capture a notification of an incoming SMS. This is personal on my own jailbroken iPhone so it can use private frameworks. I'm just looking for a method. I tried just using Notification Center and listening for everything but of course nothing come through when an SMS text is received.
I really don't want to just poll every so often reading the SMS DB if there is a notification method available.
FWIW, I think at least an SMS notification without access to the text should be public ;) I've written a really cool program on Android that automatically reads the text through TTS and allows you to respond through STT. I never have to touch my Android phone in the car. I wish I could do the same with an iPhone.