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.