With the new iOS5 is there a way that you can read incoming iMessages and write new iMessages using a custom app?
Asked
Active
Viewed 3,606 times
2 Answers
1
I don't think that would be possible. Allowing third party apps to read users' messages would be a severe privacy violation.

Vin
- 10,517
- 10
- 58
- 71
-
I would like to read the iMessage and send it over bluetooth to another device..i know this can be done via SMS but is there absolutely no way to read an iMessage from some buffer or area? – Mark Manickaraj Nov 16 '11 at 16:51
-
1There is no public API for doing that in my knowledge – Vin Nov 16 '11 at 16:54
1
Your app can't read them, but it can allow the user to write and send one using MFMessageComposeViewController.
Note that it will use SMS when the receiver isn't using iMessage.