preventing application suspend - iOS only

Hello fellow corona devs,

When I do not touch the screen for a while (approx. 1 minute) , application goes into some sort of suspended state (but without notifying me by calling official suspend event handler…)

Some apps I experimented somehow managed to prevent this! This is exactly what I want to do. How can I prevent an application going to suspend because of not interacting with the device for a while??

Thank you. :slight_smile:

[import]uid: 11686 topic_id: 17710 reply_id: 317710[/import]

system.setIdleTimer( false ) [import]uid: 8697 topic_id: 17710 reply_id: 67512[/import]

thats it!. thank you very much :slight_smile: [import]uid: 11686 topic_id: 17710 reply_id: 67513[/import]