I will describe how iCloud works, what it is meant for, best practices to set up a project and implement synchronization strategies to replicate content on iOS and MacOSX devices.
NSLog(@"Everything is fine"); break; case UIDocumentStateInConflict: NSLog(@"There is a conflict"); break; ... default: NSLog(@"Unknown state"); break; }