Does an app running in the background on the iPhone / iPad receive memory management warnings and, if so, when does it receive and act on these (e.g immediately or only when the app becomes active again).
Also would the viewDidUnload method be called on an app’s views if that app is running in the background ?
Thanks !
iPhone allow only limited functionality to be used when the app is running in background ..So viewDidLoad will not be called when app is running in background ….