Here am developing a application which i should start this idle timer event after the user is get signed in and i should stop this event after the user is signout the application.
Here i have implemented a logic like subclassing the UIApplication and detecting the touch event.
But the problem here is this will only work when user is tapping something. this singing and sign out involve web service. so if signing fails i have to stop this idle timer. At present am checking a condition like user signed in or not and then am calling idle exceed method.
So here i have to call the sendEvent:uiEvent method manually after the user is signed. is there any possible way there to call this default method for starting idle time checking.
Thanks in Advance
To call sendEvent manually do the following