Is it possible to add an "Email A Developer" section within Apple's default settings bundle for an iOS application?

Use Case:

From the global settings pane of my app, I would like a user to be able to select "Email A Developer" and have that launch a new email pre-populated with the developers email address and a default message title.

Thanks in advance for your help!

link|improve this question
1  
Off the top of my head, I don't think it's possible in a settings.bundle yet. Remember, apple always keeps the coolest features for themselves. – CodaFi Nov 22 '11 at 18:39
1  
I figured that would be the case :) Thanks for confirming! – MTurner Nov 22 '11 at 18:47
feedback

2 Answers

up vote 1 down vote accepted

You can't execute your own code from within the settings app, so this is not possible.

link|improve this answer
feedback

Yes, check out MFMailComposeViewController.

link|improve this answer
He wants to put it in the settings app, so no, it's not possible. – pt2ph8 Nov 22 '11 at 18:45
Oh, from the standard Settings app? I missed that part. No, probably not. – David Dunham Nov 22 '11 at 18:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.