2

Possible Duplicate:
How to programmatically determine default email account/address in iOS?

Is there any public API to fetch programatically all email Id which is configure on user's iPhone like gmail, yahoo , hotmail etc ? I don't want to ask user to fill the email Id in text field in my app at the time of registration instead user can choose his email from dropdown . Thanks in advance.

Cœur
  • 37,241
  • 25
  • 195
  • 267
riyaz
  • 514
  • 4
  • 17

1 Answers1

0

There is no public API to get a user's email address or any information about any email accounts they have setup. You have to ask the user.

rmaddy
  • 314,917
  • 42
  • 532
  • 579