Documentation is not clear on how to use NSUbiquitousKeyValueStore with edge cases.
NSUbiquitousKeyValueStore
If I want to set a value, I understand that I should set a value to
I wrote a simple iOS category that can be used to save a value also into NSUbiquitousKeyValueStore while storing into NSUserDefalt.
hope this help: https://github.com/RiccardoPaolillo/NSUserDefault-iCloud