Search code examples
iphoneobjective-ciosxcode4ios4

Sending SMS from iphone application to user


i am creating an application where user will find the deal and if he want to receive the deal detail by sms or email.
how user will get sms and mail from my application without using web service if any sample code is available then please help me.
Thanks in Advance


Solution

  • For mail you can check out this: MFMailComposeViewController and its delegate MFMailComposeViewControllerDelegate.

    Documentation here: https://developer.apple.com/library/ios/#documentation/MessageUI/Reference/MFMailComposeViewController_class/Reference/Reference.html

    For sending SMS, MFMessageComposeViewController.

    Documentation here: https://developer.apple.com/library/ios/#documentation/MessageUI/Reference/MFMessageComposeViewController_class/Reference/Reference.html