Search code examples
iphoneipadmfmailcomposeviewcontroller

Mail feature in iPad


I have used MFMailComposeViewController to implement email functionality in my app. It is working on the iPhone but not on the iPad. What can be the reason?

Thanks


Solution

  • Maybe there is no email account set up on the iPad. Try to check that by using [MFMailComposeViewController canSendMail] before presenting your view controller.