Not sure if it’s a known issue (seems the bug tracker [newest link from sticky] is not responding).
I’m finding in the Corona Simulator that applicationExit will be triggered after I choose to quit the Corona Simulator. But after, it triggers applicationStart and applicationExit again – like it’s running the app again after the simulator closes.
I haven’t been able to test it using the Xcode Console – for some reasons, none of my prints are making it through in my test bed project:
[blockcode]
local valueLabel=display.newText(“Hi World”,30,30,native.systemFont,16 )
local function onSystemEvent( event )
print( "System event name and type: " … event.name, event.type )
end
Runtime:addEventListener( “system”, onSystemEvent )
[/blockcode] [import]uid: 1989 topic_id: 29005 reply_id: 329005[/import]