Apple Watch series 2 has build-in GPS. I'm looking at latest SDK, i didn't find any API for that function.
My question: Can I track my path during swimming ( without iPhone ), which API i should use?
Apple Watch series 2 has build-in GPS. I'm looking at latest SDK, i didn't find any API for that function.
My question: Can I track my path during swimming ( without iPhone ), which API i should use?
Core Location is the correct way to do this. The watch will automatically determine whether the phone is connected or not, and switch between the built in GPS vs the phone based on connection.