Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Make Application which Store Sent and Received Messages in iPhone

I am new in iPhone and I don't know much about iPhone Technology. I Searched on Stack Overflow but not got any proper solution regarding my Query.

What I need is, I want to Create One Application for iPhone3 as well as iPhone4 WHICH ALLOWS USERS TO VIEW THEIR EXISTING TEXT MESSAGES(only SENT and RECEIVED) FROM "MESSAGE"[of iPhone menu] through a DIFFERENT SCREEN COLOR and BRIGHTNESS SETTING.

Please give me some Suggestion/Helpful Link or any Hint Regard my query. How I start To Code My Application. THANKYOU ALL

Regard,

Tauseef

like image 623
NSExpression Avatar asked Mar 12 '12 11:03

NSExpression


1 Answers

It looks like it's possible to read stored messages but you'll also gona have to learn something about SQlite.

Take a look at the links here (the accepted answer and link in the comments): read iphone sms messages?

But this will work only on jail-broken iPhones and certainly will not be approved for App Store.

You'll find the location of database in sebsto's answer to this question: iphone app reading sms

like image 104
Rok Jarc Avatar answered Nov 05 '22 21:11

Rok Jarc