How do I obtain the user\'s default email address? I need to obtain it for my crash reporter dialog, so the user won\'t have to fill it out manually.
From "*Address Book Programming Guide for iOS":
Link the Address Book UI and Address Book frameworks to your project.
Important The project will fail to build (with a linker error) if you do not link against both of these framework.
Linking in the Framework without the UI will prevent the sample code from compiling.