I need some help...
I useNSURLRequest *request =
[[NSURLRequest alloc] initWithURL:[NSURL URLWithString:@"www.xxx.com/xx.html"]];
[webView1 loadRequest:request];
The www.xxx.com/xx.html changed last day,but it also show the old content.How can I show the new content without upload a new App to AppStore.
I find that the Default values for cache policy is : NSURLRequestUseProtocolCachePolicy.
How can I do reload this in server.
Thanks very much!