since importing changes takes for every, and throws errors I don't understand (which aren't thrown when using a local store for the same operations), I was wondering if I can use cloud kit or document storage with core data.
the plan is to either provide a seemless sync of data between two devices by mapping the coredata model objects to cloudkit records or simple drop the sync plan completely and use icloud to just back up the store file on a daily basis using document storage.
i was wondering if either of the two could be use.
as far as my app goes, very few users would want to use the app from two devices so just having a cloud back of the store file from a single device is also enough.
please let me know if either can be done?