Remembering where to return to on the app

Hi i was wondering how the IPad remembers were the app last was when starting up, as i have not done no scripting for this to happen and would like the app to restart from the beginning each time

If it was not terminated and is still running yes. In that case it will come back with OnApplicationPause(bool pause) with pause being false.

if it was really terminated then no it will start fresh and its your job to detect that it was pause → trashed last time

Thank you