使用 MFMailComposeViewController 发送 .wav 文件
我的 iPhone 设备上有一个 .wav 文件,我想将其自动附加到人们从我的应用程序中发送的电子邮件中。我该怎么做?
I have a .wav file on the iPhone device that I would like to attach automatically to an email that people send from within my app. How would I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 MFMailComposeViewController 类的 addAttachmentData 方法在邮件中附加文件。
尝试使用以下语句。
you could attach a file in mail by using the
addAttachmentData
method ofMFMailComposeViewController
class.Try with using the below statement.