0

How to intercept SMS Messages in iOS 7. I have followed this answer link .

It just gives me notification on received SMS but do not give me SMS content. I want to read SMS content and perform some operations based on it. I m using iOS 7.0.6 with Xcode 5. Thanks in advance

Community
  • 1
  • 1
Ahad Khan
  • 411
  • 2
  • 18
  • Check out my answers here http://stackoverflow.com/questions/16219799/block-sms-on-ios6/ Try both of them. I didn't test the accepted one on iOS 7.x. I use the second one in my projects, still works on iOS 7.x. Gives you notification when message is received so that you could read it contents and even delete it without user noticing. – creker Jun 24 '14 at 16:56
  • @creker The userInfo doesn't contains key "__kIMChatItemsKey". it just has these two key value pairs kCTMessageIdKey = "-2147483617"; kCTMessageTypeKey = 1; – Ahad Khan Jun 25 '14 at 10:51
  • My second answer there works on iOS 7. – creker Jun 25 '14 at 12:14

0 Answers0