This is probably a weird thing for me to want to do, but how does one disable the backup of NSUserDefaults to the cloud?
I have used this successfully for data that can be redownloaded from the server, but looking for a way to use it against NSUserDefaults.
- (BOOL)addSkipBackupAttributeToItemAtURL:(NSURL *)URL
Thanks!