For iOS Developers:
Until Corona SDK officially supports multi-tasking, you need to include something that’s very important within your build.settings (plist) or you’ll end up annoying anyone who’s using iOS4.0 and above.
This is what you’ll add:
UIApplicationExitsOnSuspend = true
You can read the full explanation on iDeveloper:
–> http://ideveloper.kodingen.com/2010/fix-ios4-multi-tasking-crashes/
Special thanks to Eric Herrmann for helping me out with this one! [import]uid: 7849 topic_id: 2494 reply_id: 302494[/import]