I have an Apple Watch application which supports watchOS 2.0+ . I want to implement the autologout functionality in watch application.
I have used the sendEvent approach mentioned below for the iPhone app.
iPhone: Detecting user inactivity/idle time since last screen touch
As per my understanding there is no way in watchOS 2.0 where you can listen the touch event.
So anybody have an idea how we can implement the inactivity in WatchOS 2.0