Multitask ?

Hello,

I am just looking for confirmation. Everything I am reading suggests Corona does not support multitasking. The posts I found were all months ago so I wanted to make sure I was not missing something. I was under the impression that in the near future Apps support the switching or they are not approved. Apple does not want to claim multitasking and then not hold developers to it. I know a couple months ago some folks were posting in the Apple Developer Forums that they were surprised apps were still being accepted that did not support multitask/easy switching.

I assumed all App building tools would have to have this feature once I read that.

I know how to save the game state, but for the current game it is just not realistic. When you have particle effects and physics objects flying all over the place it is just not a viable solutions to try and save everything in an action oriented game.

Thanks in advance for any confirmation on this.

As of Build 484, there is now support for this. All you need to do is add the following line into your build.settings:

1
2
3
4
5
6
7
8
9
settings = {
    iphone =
    {
        plist =
        {
            UIApplicationExitsOnSuspend = false       
        }
    }
}

Thank you very much. That is what I was looking for.

is that all you added or anything else you need to add inside each levels? for some reason, it is not working on my app. It keeps crashing.

Edited:

I was using an older build.

views:1491 update:2011/10/2 9:44:12
corona forums © 2003-2011