Is there a way (with iOS4) when the user hits the home button (in order to exit an application) to convey to the iOS4 system to not keep the app running in the background but to remove the app completely from memory (like iPhone 3)? My app could potentially display sensitive information and I’d like for it to exit completely.
Thanks
Try adding “Application does not run in background” too the pList, I added this to one of our app and it seems to start it from scratch every time..although it still keeps in task manager.
So aslong as your app handles the clearing of memory you should be fine.