Hi
I have an App (drawing) and I can save drawing data onto the documents directory and able to retrieve data just fine. But I like to send this data to another user (of the same app).
I have used social plugin whatsapp (and similar social like instagram…etc) but that can only take picture. I haven’t tried email yet but I would think email would be able to do an attachment.
My question is not entirely the sending but also retrieving at the other user’s end.
I have looked on the net but found no answer except for maybe creating my own server code and perform the exchange of data like using mongodb (to store data and then allow the other user to retrieve them). But this method may not be practical since users may not want to share their own drawing data publicly.
email approach seems best but can corona retrieve data from a specific email?
I am a bit stump at the moment. Any ideas appreciated.
Sincerely
TH