2

I have been searching for this on Google for a while and maybe I'm not wording it right because I'm not an expert iPhone developer, but what I'm wondering is if there is some kind of notification or system event that my iPhone application I'm developing can "hook into" that will get raised whenever a text message arrives on my phone. I don't need to be able to read the message. I just need to know when a text message has arrive on my phone. If possible, I'd like to be able to get the phone number of the person sending the message. Is this possible in Objective-C/Cocoa?

Icemanind
  • 47,519
  • 50
  • 171
  • 296
  • Wow that really suprises me. I know it can be done in Android because I wrote my application in Android first (since I know Android development well) and I just always assumed that iPhones could do at least the same thing as an Android device could. – Icemanind Aug 16 '11 at 17:28
  • Yep... That's very sad... BTW, you can also use Java to develop Android apps, and you can't on iOS... Different platforms, different rules. – Macmade Aug 16 '11 at 17:42

1 Answers1

4

No, you can't do this with the public iOS APIs.

jtbandes
  • 115,675
  • 35
  • 233
  • 266