I have an iPhone app that has relatively simple Flurry setup installed. I notice that Flurry files ("flurryResponseNNNNN ...") seem to accumulate and never be deleted (at least not returned within 3 weeks).
Now, at the end of the year, we will begin to expect some accumulation here in Minnesota, but I don't really want it before.
Is there any Flurry parameter that controls the number of files (or the total size or something else) that Flurry saves, or do I need to manage it directly in my application?
Added:
Files are in the Documents directory. They contain XML similar to:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>body</key> <data> </data> <key>headers</key> <dict> <key>Connection</key> <string>close</string> <key>Content-Length</key> <string>0</string> <key>Content-Type</key> <string>application/octet-stream</string> <key>Date</key> <string>Wed, 14 Sep 2011 19:41:25 GMT</string> <key>Server</key> <string>nginx</string> </dict> <key>statusCode</key> <integer>200</integer> </dict> </plist>
Hot licks
source share