iCloud file syncing/copying

We require the ability to do iCloud file syncing, or at least iCloud file sharing where each file in the documents folder is shared among the user’s devices.

This way, if the user earns a new item on their iPhone, they’ll also have it on their iPad.

iCloud can already support this; when is it planned to be in Corona?

It doesn’t have to sync, we can do this by giving each device its own save file, and then if the app sees multiple save files it can copy the data between them. [import]uid: 122310 topic_id: 28052 reply_id: 328052[/import]

I asked for that now several times… :frowning: still no clear solution.

I would just need that a file is saved into the cloud and when needed I can get it back.
[import]uid: 4795 topic_id: 28052 reply_id: 113723[/import]

yes, my thought is that I could have save-{deviceid}.txt for each device, and then if I notice that there is more than one save-*.txt file, I can do the merge myself in lua, without relying on any of the sync merge mechanisms that are probably difficult to implement for Corona team. [import]uid: 122310 topic_id: 28052 reply_id: 113754[/import]