views:

83

answers:

1

Typing on iPhone is tedious; I'd like to prompt my users for their email address without requiring them to actually type it.

Ideally they'd receive a dialog saying: "This app would like to use your email address. Don't Allow / Allow"

If the user tapped "Allow," it would auto-fill their email address (the one they have configured in Mail.app) in a text field.

Is this possible?

+2  A: 

Nope. But you can load up the contact picker interface and ask the user to select themselves from it-- that's much more friendly than making them type it in.

More info here: http://developer.apple.com/iphone/library/documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/200-QuickStart/QuickStart.html

quixoto