Prevent Apple Watch from getting location from iPhone

Hello there,



I'm building an app for Apple Watch that tracks user location using the Core Location API.


The user uses his apple watch without carrying his phone with him but still close enought that it remains reachable for the watch.


Apparently Core Location starts sending the phone's location wich is not moving, I guess this is for preserving the watch's battery, but I would like to only get GPS data from the watch.


Is there a solution or workaround for this? I couldn't find anything searching through the docs.