Hi all,
I have a question regarding "makeImageRequest": how exactly is the caching done? I have an application which in some cases needs to update an icon every few seconds to assure a changed status is visualized. On the simulator this works fine, I guess because there no proxy is used. On the device however it does not work in a consistent way. The icon seems to update in one call but in the next one it suddenly falls back to the previous icon again. My assumption is that the proxy does some caching but I need a confirmation. Also, is there a way to disable the caching entirely? The webserver is sending a "no-cache"-header already, but this does not seem to make any difference.
Any suggestions?
Thanks!