I'm working on a watch app to use in a response time study where I need the screen of the apple watch to remain ON (ie, not go to sleep) for the entirety of the app's runtime (only about 5 minutes). I have not been successful in finding a way to do this, either through code or watch settings.
I've seen posts suggesting "UIApplication.shared.isIdleTimerDisabled = true", but it seems this only works for iOS, not watchOS. Does anyone know whether it's possible to keep the watch screen live for the app's runtime?
Thanks!