Force Refresh URL
Force Refresh URL
- Subject: Force Refresh URL
- From: Frank Fenn <email@hidden>
- Date: Fri, 04 Mar 2005 21:36:30 -0700
Hi all,
in one of my applications I do an update check at startup retrieving
the currently available version like:
NSDictionary *productVersionDict = [NSDictionary
dictionaryWithContentsOfURL:[NSURL URLWithString:verurl]];
The problem I have is that my ISP caches all data. When I upload a new
version file via FTP it can take up to
24 hours to show up. When I enter the URL in Safari not even a page
reload gets the latest version. The reload in IE
works! Is there a way within my application to force a reload of the
given URL so I can be sure to have always the
latest version of my file?
Sincerely,
Frank Fenn
--
Bright Light Software - http://www.brightlightsoftware.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden