[Resolved] Multi Tasking

Hey guys,

How do I set my app so it can be resumed from the scene it stopped?

Thanks! [import]uid: 95495 topic_id: 28811 reply_id: 328811[/import]

I think it is what is needed into the build.settings file

[lua]iphone =
{
plist =
{
UIApplicationExitsOnSuspend = false,
}
}[/lua] [import]uid: 89165 topic_id: 28811 reply_id: 116070[/import]

Correct Rodrigo :slight_smile: [import]uid: 52491 topic_id: 28811 reply_id: 116318[/import]