Hi all,
I have an app that was using MKMapViewDelegate to ask for location data. With AppleWatch 2.0, I am being told this delegate is no longer supported (along with startupdatinglocation). I assume this is because the watch is running independently now. So... my question is: how do I now ask for location information? Watch Connectivity, as I understand it, only works when the phone is actually running, but perhaps I can ask for background updates? Or is there another solution?
I hope there is a way around GPS location data, as a few of my apps need this to run.
Thanks!
There was a talk on What's New in Core Location yesterday that covered it:
https://developer.apple.com/videos/wwdc/2015/?id=714
Also, Apple have posted a sample project on how to do it with watchOS 2.0: