I am at the point in developing chickie dominos 2.0 where I really gotta make a decision about this setting. Currently have it enabled (i.e. game does not go into background). I can save and load game state very quickly, so this not a problem. And game launches relatively fast on newer devices.
However, I’m using Prime31’s Gamekit and Gamecenter plugins. Do people think these network apis are safe to use with the "exists on suspend"disabled (i.e. game goes into background).
The last thing I want is for the user to end up with a messed up network connection, and have the app keep going into the background when they apparently quit the app. Most users probably don’t know how to kill off backgrounded apps in IOS anyways- since it’s a relatively new feature in iOS 4.x I think.