MFMailComposeViewController

anyone have any luck getting in-app emails to show up?

i’m following this tutorial outlined here. the only changes i did make was that I’m triggering the mail composer in unity using PlayerPrefs communication with xcode instead of using the interface builder.

http://www.edumobile.org/iphone/iphone-programming-tutorials/compose-mail-application-in-iphone/

The email composer does not show up at all… and there are no warnings or errors…

any ideas?

That code example is incomplete.

Are you actually calling displayComposerSheet?

Actually, if you take a look at the comments at the bottom of the page you linked, someone else has actually provided a correct example of how it should be done. Or at least, a “bit more correct” :slight_smile: