I'm trying to test with my simulator and real device, user-defaults modification via key-value storage in the iCloud.
Nothing is working but note that in [this][1] document
[1]: https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/iOS_Simulator_Guide/TestingontheiOSSimulator/TestingontheiOSSimulator.html that there are some limitations. Namely, "iCloud document syncing and key-value storage support".
Does this mean it 100% doesn't work, or is it limited in what objects it can sync?
Thanks