This is a topic that I have had no experience with. Hopefully, someone has vast experience in this area and can guide me to the correct solution.
First, at this point I am only trying to accomplish one thing; that is having a user of my app, be able to send (and also receive) thru the app an email with txt file attachment.
Sending the email to some email address with a text file attached is no problem. The question is, how does my app on that user’s device retrieve it from their email service, and get it to the documents directory on their device?
I did see an post on one way to possibly do this on the forum, but it was only IOS. My app will be on both Android and iOS and therefore that option won’t help in this case.
My second option was to find a push notification feature such as Game Thrive may have, if it can send an attachment with the push notification and have one device send directly to another device(but not require the devices to be on a local network). Game Thrive might work, but I wonder if anyone has used it for this type of purpose and how well it may have worked.
What really needs to occur is for one user of the app to be able to send a text file they create when running my app to another user of the app. I guess first user will have to send it to a server where it will sit till the user it is meant for retrieves it.
So, I think I may need to setup some type of multi-player action on a server. I have no idea which of the many cloud services / tools etc to consider. … parse, pub nub, photon cloud, coronium, noon hub …
Anyone have experience with these services or can show some example code that may help me set my app to enable 2 users to contact each other or any other user of my app and exchange a small text file?
Thanks for your assistance!