I am working on a standalone Apple Watch App with SwiftUI. My problem is, that I am starting a API-Request on a button click. But when the user is moving his hand down, the display turns off or is going into always-on mode. My API request also aborts.
Is there a way to continue executing the request even if the Apple Watch is in this state?