Watch App Keeps Opening On Wrist Raise

We have a SwiftUI watch app that has the workout processing background mode. Every time our users raise their wrist the app opens. I understand that this is one of the abilities granted by Apple with the given background mode for active workouts. I wonder if there is a way for us to programmatically turn off this ability, given that this also drains the users battery.

Thanks

Replies

You cannot do this programmatically, but your users can customize the behavior in Settings > General > Return to Clock > your app.