Search code examples
watchkitapple-watch

Using WatchKit, is there a method to keep the screen on?


My app displays various countdown timers that the user will view to see when to do various tasks. I'd like this screen to stay on display on the watch while the app is in the foreground. Currently, the screen will auto-turn off and if I stay away from flicking my wrist, the app will even become suspended.

Is this just something I'm going to have to design around, or is there a method I can't find to change this behavior?


Solution

  • There is no method in WatchKit to programmatically keep an app alive/awake. As you've suggested, you'll have to design around this limitation.