iPad 邮件客户端中的附件
我正在尝试构建一个邮件客户端应用程序。对于 ipad,允许您附加文件。 目前本机 mail.app 不支持此功能,
我检查了一些应用程序,例如 Good Reader 和 pdf reader lite,它们允许您在电子邮件中发送一个文件。 他们将 pdf 文件嵌入到电子邮件正文中。
所以我的问题是,他们是如何做到的?
他们是否使用任何类型的 API(哪一种)或者他们是否将 pdf 嵌入到 HTML 中?
谢谢。
I am trying to build a mail client app. for ipad that allows you to attach files.
Currently this feature is not supported by native mail.app
I checked some app like good reader and pdf reader lite that allows you to send one file in your email.
They embed the pdf file in the body of email.
So my question is, how are they doing it.
Are they using any kind of APIs(which one) or are are they embeding the pdf in HTML?
Thanx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://developer.apple.com/ Library/ios/#documentation/MessageUI/Reference/MFMailComposeViewController_class/Reference/Reference.html
您正在寻找的方法是
添加附件数据:
http://developer.apple.com/library/ios/#documentation/MessageUI/Reference/MFMailComposeViewController_class/Reference/Reference.html
The method you are looking for is
addAttachmentData: