is there a possibility to read received SMS messages ?
Asked
Active
Viewed 1.7k times
1 Answers
7
Yes, you can. The sms messages are stored in a Sqlite db file.
Here's some information on howto read and get those files.

Steve Lazaridis
- 2,210
- 1
- 15
- 15
-
2how about code wise, accessing the SMS messages from app? To explain: I have my bank send me SMS messages with my current balance and I would like to be able to access that message and create a graph from that info. – NccWarp9 Mar 13 '09 at 09:47
-
http://stackoverflow.com/questions/3656723/iphone-app-reading-sms – Richard Burton Dec 25 '11 at 09:40
-
Code wise would be possible as long as you are able to access the file you need to read the data from. The problem will be to extract the info you need from the message like your currency. Steve Lazaridis Arren't those database files protected by an encryption? – Aug 30 '12 at 17:03
-
Hi @NccWarp9 did you get around to doing what you started off with? – Sid Sep 28 '15 at 07:34
-
1Sadly no, in the meantime I was distracted with other projects and this one fell of the radar. – NccWarp9 Oct 27 '15 at 11:17