Hi, I think that by default corona’s apps don’t support multitasking, so I was looking for a solution?
Any idea?
Thanks in advantage!
Hi, I think that by default corona’s apps don’t support multitasking, so I was looking for a solution?
Any idea?
Thanks in advantage!
Can you explain more in detail what you are trying to achieve?
Surely: when I close my app and I reopen it, it starts at the beginning without the splash screen.
I want it to restart at the same point that it was when I closed it.
iOS or Android?
iOS, on Android it works fine.
What does your build.settings look like? It sounds like your app is set to exit con suspend
Yeah, I tought the fault was in build.settings, and infact I changed from
UIApplicationExitsOnSuspend = true
to
UIApplicationExitsOnSuspend = false
and now it works even on iOS.
Thanks a lot!
Can you explain more in detail what you are trying to achieve?
Surely: when I close my app and I reopen it, it starts at the beginning without the splash screen.
I want it to restart at the same point that it was when I closed it.
iOS or Android?
iOS, on Android it works fine.
What does your build.settings look like? It sounds like your app is set to exit con suspend
Yeah, I tought the fault was in build.settings, and infact I changed from
UIApplicationExitsOnSuspend = true
to
UIApplicationExitsOnSuspend = false
and now it works even on iOS.
Thanks a lot!