Does WatchO2 CoreLocation run from the Watch or the iOS device?
I have made a sample app using WatchOS 1 and an iOS 8 device and noticed that the CoreLocation data that I was getting from the watch extension to get the proximity with the iBeacon seemed to be deriving from the iOS device (when I get the Watch closer to the iBeacon the proximity data does not change anything, but instead it changes when I get the iOS device closer or further away). However with the introduction of WatchOS 2 I would want to get the proximity from the watch and not the iOS device.
Is this possible in watch os 2?