0

As I understand it, when using location services on the Apple Watch it's up to the OS to decide whether to use the watch's GPS or a paired iPhone's GPS to determine the location.

Is there a way of knowing which source is being used currently, or to force the watch to exclusively use one or the other and be able to switch between them?

1 Answers1

0

No, and it's not a GPS position that Core Location delivers to you but a location, that may have come from any source, not necessarily GPS.

Shadowrun
  • 3,572
  • 1
  • 15
  • 13
  • Ok thanks for clearing that up. So there's no way to, say, make your app switch off location services in one device at a given moment to make sure the location is coming from the other device? – robertrr61 Sep 09 '21 at 22:27