Determine availability of iCloud Key Value Store
问题 I am working on OSX 10.8 application that uses iCloud Key Value store. It does not use Document storage. I would like to determine if iCloud Key Value store is available for a user. I was trying to use cloud like: + (BOOL)isCloudAvailable { id currentCloudToken = [NSFileManager defaultManager] ubiquityIdentityToken]; return (currentCloudToken) ? YES : NO; } However, the call to ubiquityIdentityToken always returns nil, even when a user is logged into iCloud. If I configure a Ubiquity