0

I used the "MFMessageComposeViewController" to send SMS and used the method -"messageComposeViewController: didFinishWithResult:" to get the result .However,the result is ambiguous.Because I always get "MessageComposeResultSent" as long as I click the "send" button,even the number doesn't exit.

So is there some API(public or private) can be used to get the result of SMS? Thank you for your future help.

Darth L
  • 11
  • 1
  • What information do you want to get out of the result? – Andrew Jul 09 '13 at 01:32
  • I want to know if the msg is send successfully . – Darth L Jul 09 '13 at 01:44
  • I believe that there is no way. Apple doesn't allow for that kind of access to users information. – Andrew Jul 09 '13 at 01:46
  • It's not even the "user's" information. You would need to have access to whether or not the phone on the other end successfully received the message. – borrrden Jul 09 '13 at 02:09
  • To put it simply,now, I want to resolve the following issue.If I send a msg to number "123"(or any number doesn't exit),I should get the feedback-Send failed. – Darth L Jul 09 '13 at 08:26

0 Answers0