I\'m noticing that my view controllers aren\'t getting their didReceiveMemoryWarning methods called when my application is in the background state on the iPad s
I don't think that is the case. I am able to access didReceiveMemoryWarning code while in background. Once system generates low memory signal than as a good citizen we should release the memory. This also helps our app from terminating by the system.