How to check a Web Service for an updated version of a locally stored XML file on the iPhone/iPod To

Posted by Toret on Stack Overflow See other posts from Stack Overflow or by Toret
Published on 2010-06-15T15:58:52Z Indexed on 2010/06/15 16:02 UTC
Read the original article Hit count: 190

Filed under:

Hello,

I'm currently working on an application that needs to check a web service for an updated version of a locally stored XML file. If there is an update the file must then be downloaded and saved to the iPhone. I'm not really sure what direction I need to head in.

Currently I know that I can use NSURLConnection delegate methods to establish a connection and receive a response but I'm not sure how to implement this with the web service to grab the file and replace the current one that is stored on the iPhone.

Any help would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about c#