I’m trying to enhance the sample recorder with a function to save the sound file. The Corona i/o APIs only let me write in the sandbox, and there seems to be no way to get at the sandbox from outside, e.g. with a file manager app. So I figure the thing to do is send it to myself via email or SMS. I’d rather use SMS because it doesn’t require a web connection, but SMS doesn’t allow attachments (why not?). So it’s down to email. I just need to know what mime type to use. The examples all use images, so what’s the right type for a WAV file? Where are these type constants listed, anyway?
I found the list of MIME types. But I’m still curious why SMS doesn’t accept attachments.
Well our SMS support has been around a while before SMS became MMS. If you’re on iOS there is a plugin called “Activity”, but I believe we only support text, images and links, but you could try audio. Also on Android you would use the Social plugin for this.
Rob
I found the list of MIME types. But I’m still curious why SMS doesn’t accept attachments.
Well our SMS support has been around a while before SMS became MMS. If you’re on iOS there is a plugin called “Activity”, but I believe we only support text, images and links, but you could try audio. Also on Android you would use the Social plugin for this.
Rob