0

Can any one help on, how to have a pop up conformation for email attachment and it should open though our app (attachment should have .html extension).

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Ravi Varma
  • 131
  • 1
  • 1
  • 10
  • 1
    chk this http://stackoverflow.com/questions/2774343/how-do-i-associate-file-types-with-an-iphone-application or follow this tut http://www.raywenderlich.com/1980/email-tutorial-for-ios-how-to-import-and-export-app-data-via-email-in-your-ios-app – Aman Aggarwal Aug 27 '13 at 05:08

1 Answers1

1

It should be pretty straight forward. Use MFMailComposeViewController

Ashok
  • 6,224
  • 2
  • 37
  • 55