-1

How can we read our device inbox message in our app? I have to read all messages which i have in my device message inbox.

Thanks

  • Hi all i found solution and now i can send and receive message when my app in offline mode. I am using CTMessage but now problem is that with this we can't upload our app on app store they will reject app.Any one know public api to do this. On app store so many apps uploaded one is "Find my iphone" – Narendra Kumar Apr 13 '12 at 13:58

2 Answers2

0

Are you asking how to access emails or SMS messages? If so, there's no way to do that. You don't have access to that kind of personal user data using the iOS SDK. Just think about the controversy that UDID's are causing right now, and consider what would happen if a third party app had that kind of access.

Jay Wardell
  • 2,230
  • 1
  • 14
  • 13
  • dude we can access incoming message and can send also. With CTMessage but now problem is that we cant upload our app with this. Apple will reject this. – Narendra Kumar Apr 13 '12 at 13:54
  • When I say iOS SDK, I'm talking about public frameworks, i.e. things that will not get your app rejected, which I judged from the tone of the question was his intent. Sorry if I upset you – Jay Wardell Apr 13 '12 at 14:02
0

You can access messages only on jailbroken device.

Your app will most definetly not be approved for App Store.

If you're still interested, see the accepted answer on How to Make Application which Store Sent and Received Messages in iPhone

Community
  • 1
  • 1
Rok Jarc
  • 18,765
  • 9
  • 69
  • 124