makin11
makin11

Reputation: 39

sending saved audio file via email in objective-c

I wrote a program that is able to save audio on iphone by using AVAudioFramework. Now what i need to do is send this saved audio to any contact on the phone via email as an attachment. Could some help me please? I'm running out of time.

Upvotes: 1

Views: 650

Answers (2)

Hot Licks
Hot Licks

Reputation: 47729

Send it as an attachment (using MFMailComposeViewController). Finding the contact info is up to you.

Upvotes: 0

omz
omz

Reputation: 53551

Have a look at MFMailComposeViewController, specifically the addAttachmentData:mimeType:fileName: method.

Upvotes: 1

Related Questions