Concreteman
iPF Noob
I am saving a pdf and emailing it. It shows up on my iPad as a pdf but it will not open. It asks if I want to open in a Application but when I choose one nothing happens. This is the code that I'm using. Is there something that I doing wrong?
[picker addAttachmentData
dfData mimeType
"application/pdf" fileName
"Default"];
[picker addAttachmentData


