email - How can I create a file that is accessible by other applications on Android/iOS device using ngCordova File plugin? -


i working on application building on ionic platform , intend run on both android , ios platform.

one function in application send email user specified address. text based file contains application generated data attached email.

for example, use may use application experiment , generate test data. data saved in 'report.csv' file somewhere on device , send out email attachment user.

i use ngcordova's file plugin generate file , use ngcordova's email composer plugin draft email.

however, realised ngcordova's email composer plugin can populate draft email content , has rely on third party applications send email out. bring issue file generated application saved in private accessible area.

the third party email application cannot access file attach email.

so, here comes question: there way save file in 'public' area via ngcordova file plugin can accessed multiple applications?

thanks.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -