Um, this is not entirely Objective-C related..
I have a site my app is getting articles from. I just updated a bunch of them with new links so I can catch the links properly in my webView.
Long story short, updated the html files on the server. If I load any of the files directly in a web browser my changes are there. - If I call my json.php to create a json string out of the page it returns the old page (?!). The old page is really really gone. the json.php has not got any caching or anything so it should run the request every time called. I have reset the cache, I've even done a full simulator re-fresh.
Has anyone seen anything like this before???
My hosting is with GoDaddy.
I have a site my app is getting articles from. I just updated a bunch of them with new links so I can catch the links properly in my webView.
Long story short, updated the html files on the server. If I load any of the files directly in a web browser my changes are there. - If I call my json.php to create a json string out of the page it returns the old page (?!). The old page is really really gone. the json.php has not got any caching or anything so it should run the request every time called. I have reset the cache, I've even done a full simulator re-fresh.
Has anyone seen anything like this before???
My hosting is with GoDaddy.