I have a setup in which I have a single plist
file that I need to be kept in sync between devices for a universal app. At present the plist
file is stored in the documents directory.
I have been looking around online for ways to keep the file in sync and a lot of solutions seem to be based around Core Data
. I'm not sure if it's possible, but is there a way I can just sync this one file without using Core data
? If so, please can someone advise on how to approach the problem or point me in the direction of some materials that can assist?
To be more specific I need a way of ensuring that the device being used has the most up to date copy of the plist file. For example, if I edit it on my iPad at breakfast, then at lunch time I load the app on my iPhone I should see the edits made at breakfast time via my iPad.