Hey there, i have tried to look all over the forums but can't seem to find anyone else having this issue. I have an application that uses Position permission and targets the Fenix 7x series. In the simulator the position is working perfectly. However, when I build the app and side load it, the app appears to be working fine but the Position data never updates. When I check if the GPS is working by opening the "Save Location" utility on the watch. It tells me "GPS is off. Turn on GPS in the activity settings, or choose another activity."
In my view I am calling "Position.enableLocationEvents(Position.LOCATION_CONTINUOUS, method(:onPosition));" to enable the gps, which again...works in the simulator.
Does anyone know how to get the gps to be enabled while the app is sideloaded?
DISREGARD, I am dumb. The watch was just having trouble connecting to satellites. Given enough time and things worked like butter.