Hi Daniel,
Based on definition of Max idle time-
- Max Idle Time – Number of minutes between server calls that a user authentication is recognized by the server as being valid.
this wont work if there is no server call and user is just looking at on a particular screen and doing something which does not require any server call. In that case the app will anyway timeout even if the the app is not idle right?
Also just curious almost all the mobile apps which has build so far definitely have inactivity timeout. Its a very common and basic feature for any mobile app..so
you have any samples from any OS app where app inactivity timeout has implemented?
or
OS has any straight solution for that?
or
do we have any call backs or methods in Out systems which will tell the state of the app or which will tell if the app is being touched/clicked/scrolled ?