iCloud saving doesn't show up in iCloud Drive? (iOS 8 and above)

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

  1. the syncing across apple devices still works?

  2. how to set up the app for iCloud Drive?

Thanks in advance!

Backing up to iCloud is not the same as syncing files between devices.  Corona SDK supports iCloud backups but not file syncing between devices.

Rob

Backing up to iCloud is not the same as syncing files between devices.  Corona SDK supports iCloud backups but not file syncing between devices.

Rob