02-08-2013 05:59 PM
m_pInvocation = Invocation::create(InvokeQuery::create().parent(this).mimeType("text/plain").uri(myfilepath));
I use the above to invoke the share platform. It attaches my file to BBM ready for sharing.
My question is, when I click to share via SMS/text message it puts the text into the message box. I want to attach the file.
Does anyone know how to do this? I think it has something to do with mime type....
02-11-2013 11:11 AM
02-11-2013 04:30 PM