How to simulate applicationExit event

Hello!

Is there a way to simulate applicationExit event to simulator?
I want to test the process of writing a file in application exit and reading when start again.
Is it the same as relaunching the project?

Thank you. [import]uid: 38658 topic_id: 10611 reply_id: 310611[/import]

Hey there,

Yes! All you need to do is restart the simulator using CMD+R and it is the same as a quit and reopen.

Saving and loading data is awesome; a whole new world of possibilities!

Peach :slight_smile: [import]uid: 52491 topic_id: 10611 reply_id: 38584[/import]

Thank you!
It really works (the simulation and my application)! :slight_smile: [import]uid: 38658 topic_id: 10611 reply_id: 38585[/import]