Responding to didReceiveMemoryWarning

Monkey Targets Forums/iOS/Responding to didReceiveMemoryWarning

Peeling(Posted 2015) [#1]
I'd like to make our app handle these warnings better. I have a couple of resource managers that could flush out cached data. However:

1. I'm not entirely sure how to hook into the warning
2. I'm concerned about thread safety. Is it OK to just note the warning and do something about it on the next update?

Thanks :)


Peeling(Posted 2015) [#2]
...anyone? Surely someone must have tackled this before?