Hi,
I like to be able to sync save game between apple devices
My save game code:
system.pathForFile( theFile, system.DocumentsDirectory )
I understand corona by default sets the data authentically synced with iCloud backup.
My app shows up correctly in Settings > iCloud > Storage > Manage Storage > Your iPhone > my apps
But now iOS 8 has a new iCloud Drive feature, and my app is not showing in the list.
I don’t have the device to test the sync, anyone can let me know if
-
the syncing across apple devices still works?
-
how to set up the app for iCloud Drive?
Thanks in advance!