Enable Multitask on ipad

Hello.

Can anyone tell me how to enable multitask in my ipad app so that when the user presses the homebutton and opens the app again it starts exactly where it left off when the home button was pressed.

Here is what I placed in the config.lua

settings = {
ipad =
{
plist =
{
UIApplicationExitsOnSuspend = false
}
}
}

but it doesnt seem to work.

Thanks in advance

steve [import]uid: 111657 topic_id: 19639 reply_id: 319639[/import]

Use the key ‘iphone’ instead of ‘ipad’. [import]uid: 7563 topic_id: 19639 reply_id: 75881[/import]