Major bug (Starting app from multi-task)

I recently stumbled upon a solution to this, the UIExitonsuspended. Here’s my build.settings:

settings =  
{  
 orientation =  
 {  
 default = "landscape"  
 },  
   
 iphone =  
 {  
 plist =  
 {  
 UIApplicationExitsOnSuspend = true,  
 UIStatusBarHidden = true,  
 UIPrerenderedIcon = true   
 },  
 },  
}  

Yet, when I start the app. Click the home-button, then relaunch the app from the multi-task menu, the app is completely black. When I then uninstall the app / reinstall it, it’s still black

//Pjer [import]uid: 30185 topic_id: 7048 reply_id: 307048[/import]

Only way to solve it is to delete the app, restart the device, sync the phone to iTunes with the app unchecked in the programs section, then sync the phone again with the app checked [import]uid: 30185 topic_id: 7048 reply_id: 24660[/import]

I recently stumbled upon a solution to this

Solution to what? You just say “this” without explaining.

Anyway, I don’t have any issues launching my game from the multi-task menu. From the symptoms you describe I would guess you are trying to load data saved last play, but the data wasn’t saved correctly and that’s screwing up the display. [import]uid: 12108 topic_id: 7048 reply_id: 24960[/import]