0

I have a question about opening the Mail application on a iOS device. I want to open the Mail application from my app so that the user can choose a specific file to open it in my application. I have tried with

[[UIApplication sharedApplication]openURL:[NSURL URLWithString:@"mailto:"]];

but the problem is that I don't want that the user is redirected to a compose view.

Any idea?

woz
  • 10,888
  • 3
  • 34
  • 64
dsafa
  • 783
  • 2
  • 8
  • 29
  • I think you didn't understand my question. I want to open the Mail App without composing a new message, but with just entering to the App... – dsafa Dec 11 '13 at 16:09
  • Yes, I think the question I linked to is asking the same thing. Unfortunately, it doesn't seem to be possible. – woz Dec 11 '13 at 16:11
  • I agree with the @woz, its an exact duplicate. The poser of that question also wants to open the Mail app without showing the composer. – James Webster Dec 11 '13 at 16:11

0 Answers0