Am I doing something wrong, or is accessing NSUbiquitousKeyValueStore
from a Today Widget on iOS 8 not allowed at all?
I'm trying to access the containing app's NSUbiquitousKeyValueStore
, but, for example, when I -synchronize; it returns 0, as in failed.
Thank you, Matt
Does it also fail on a real device? I had some issues with the NSUbiquitousKeyValueStore on the simulator, but on my device it works fine, even on debug builds.