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

前提是你 提交于 2019-12-23 07:36:28

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/9666201/how-to-make-application-which-store-sent-and-received-messages-in-iphone

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!