I am new to iOS development. I had created an iOS application. In my app, when an email is detected , I had written code to launch the default email application in iPhone.
And upto this, it was working fine. The default iPhone compose mail interface is launching and I can send the mail.
But the problem is after sending the mail,the control is not returning back to the app.
What can I do to return the control back to my app ?
Experts please help.
Instead of launching the default email application in iPhone, use MFMailComposeViewController interface to send email.
See here for more refernce.