Can I intercept SMS messages on the iPhone? I would like to intercept messages and NOT have them display on the phone and then send out an auto reply. Is this possible in 3.x? Is it something they may alow in the future?
Asked
Active
Viewed 2,632 times
1
-
Check out the thread http://stackoverflow.com/questions/7058001/react-on-incoming-sms-on-an-iphone – Matthew Jasmer Nov 14 '11 at 11:24
2 Answers
4
Nope. Nor is there a method of accessing already delivered text messages. (Even if you could, without background processing I'm not sure how your app would work anyway?)

Stephen Darlington
- 51,577
- 12
- 107
- 152
1
While the OS stack might be locked down I wonder if it is possible to access the radio layer via serial and control local delivery by issuing GSM AT commands? I don't have access to an IPhone it may very well not be possible.

Einstein
- 4,450
- 1
- 23
- 20
-
3anything is "possible", but not if you want to be allowed on the app store ;) – Ken Aspeslagh Jun 04 '10 at 18:47
-
1I do not want to put my application on app store. Then, how can I intercept SMS on iPhone? – Let me Ask Mar 07 '11 at 09:40