Does anyone know if there's a trick to force refresh WWW caching on iphone.
I know this trick:
WWW("http://myfile.xml?nocache="+randomnumber);
Unfortunately the app is already in the app store!!
Is there any server side setting (e.g., .htaccess) or some other way to force unity to reload the file instead of returning the cached file? It doesn't happen in the editor, only on the iphone...
Is the iOS WWW caching behavior documented somewhere?
↧