I'm parsing an xml file into a coredata database and am just wondering how I would go about checking for updated versions of the xml file using the version number? Is there an easy way to do this?
The database would only be updated every couple of months or so, and there would be massive overhead parsing the whole file every time the app runs..
The database would only be updated every couple of months or so, and there would be massive overhead parsing the whole file every time the app runs..