-2

I'm using MFMessageComposeViewController to send in-app text message,it there any way to get the number that send to? Private API is OK. Thank you in advance!

jxdwinter
  • 2,339
  • 6
  • 36
  • 56
  • this has been asked in one form or the other in thousand variations ^^ there is no 'legal/appstore-safe' way and I don't think you can get this on stock phones -- on a jailbroken phone ANYTHING is possible – Daij-Djan May 04 '13 at 07:46
  • @Daij-Djan Oh,I see. Thank you and I will never ask such stupid question. – jxdwinter May 04 '13 at 07:55
  • ;) cool :D I didn't want to sound too annoyed. I didn't have my coffee yet – Daij-Djan May 04 '13 at 07:58

1 Answers1

0

There are no methods for getting information back from MFMessageComposeViewController. I think its because of privacy concerns. I don't think I'd like anyone seeing any messages I sent without my knowledge.

HalR
  • 11,411
  • 5
  • 48
  • 80