Hey everyone,
I’m having issues with Corona in terms of multitasking. I put the code that supposed to enable it but it doesn’t seem to be working, any ideas why?
The app appears in the multitasking bar when you double-tap the iPhone button. But when I go back to the app it restarts. I should also mention the corona trial message appears, so it’s clear the app completely restarts.
Is it because I’m a trial user? I am using the newest version of Corona available on the website.
This is how my config.lua file looks like
[blockcode]
application =
{
content =
{
width = 320,
height = 480,
scale = “letterbox”
},
iphone = {
plist = {
UIApplicationExitsOnSuspend = false
},
},
}
[import]uid: 84961 topic_id: 19861 reply_id: 319861[/import]
[import]uid: 84961 topic_id: 19861 reply_id: 77102[/import]