UbiquityStoreManager icon indicating copy to clipboard operation
UbiquityStoreManager copied to clipboard

Implements Core Data + iCloud, deals with all the nasty stuff and gives you a clean API.

Results 15 UbiquityStoreManager issues
Sort by recently updated
recently updated
newest added

Hi, I know you no longer maintain this project but i encountered an error that going me crazy and I hope you can solve it. The LOG gives me this...

Hi, yesterday i updated my iPad to iOS 8. From then on the sync for core data with my iOS 8 emulator doesn't work anymore. For a test I have...

Hi, I am working on 1 app and i am using your library. Can you please tell me how to merge local data with iCloud data and vise versa when...

After the mergeChangesFromContextDidSaveNotification in didiimportchanges i am re-fetching the data. The new data has the inserted/deleted changes but updated records returning the old values. Any idea on how to fix...

I'd like to check if an app update brought a new Core Data model version. If so, I'd like to migrate the cloud data, disable iCloud and work offline then....

Hi, I have found some weird issues in my own project when I try to implement a [push / pull / merge](https://github.com/lhunath/UbiquityStoreManager/issues/69). To demonstrate them, I've uploaded a modified [demo...

If I have three devices A, B and C, all working on their own local stores first (iCloud disabled). How can I - Push: Device A enables cloud and uses...

Hi, I can't get UniquityStoreManager to consistently load the iCloud store (it says it has) but all the previous data, that was there only seconds ago has vanished. Also, on...

I use UbiquityStoreManager in an app that supports both iOS 7 and 6. It works perfectly on iOS 7 but when I initialize UbiquityStoreManager on iOS 6, I will keep...