I have an application that uses iCloud to store a Core Data database with a moderate data size. I realized that on my iCloud test account, when I switched to iCloud Drive, all the data was destroyed.
I added more sample data, but with the simulator as the second device, I canβt determine if the data between the devices is synchronized correctly.
This may be due to the fact that iOS 8 is still in beta, but I still have a question:
Do I need to change iCloud sync method for iOS 8?
For more information, I am currently using iCloudCoreDataStack in the application. The application uses only iCloud for basic data, no documents or key value information.
source
share