I read a lot of topics like these: How Can We Read Incoming SMS by using Application in iOS how to read reply SMS in objective-c how to get the message when receiving the "kCTMessageReceivedNotification" notification on IOS5
I didn't get all the information, so I'm asking it again, directly. What I need is:
- on iOS 9 (The last link looks good, but it's iOS5. Many things have changed since then..)
- write an SMS (that seems easier)
- weceive Event of response SMS and read concent of that SMS
- no Jailbreak (important point, is it possible at all without jb?)
- no need for store deployment, so I don't care about Apple's guidelines in that point.
Does anyone know a way to realize that? I prefer ObjC, but swift is also okay. Most important is to achieve this in the end.
edit
Why the down vote? Actually the one who says there is No way at all has to prove his absolute statement. I try to ask a precise question to a very specific task and a down vote without a written down reasen does not help anyone.