How can I get user's email? iPhone SDK

iphone, objective-c

Solution

Short answer: you can't. You should prompt the user for their email address if you need it.

Problem

I need to get an user's email address that used in Mail.app. How can I do it with the iPhone SDK? Thank you!

Original source