windows phone 7 - How to share files created by an app? -
how share files (music, video, image) create app? interested in sharing audio file specifically.
imagine have program generates wav file. how take isolated storage?
is possible sent attachment e-mail? save on skydrive? share on facebook? put media library?
at least in convenient user way take out wp7 device?
any regarding topic welcome
you cannot directly send attachment through emailcomposertask, can use own implementation of email sending mechanism.
you can save skydrive, again have use custom api layer (developed or third-party) achieve this.
a better choice in opinion having wcf service transmit byte array of generated content specific location - give more control on transmission layer.
Comments
Post a Comment