Retrieve the current location information of the user from watch

Hello community

the watch has the GPS capability to track the locations now, right? You do not need to track the location from the phone isn’t it?
I want to get a prompt to grant permission to retrieve the location data on the watch. I just can get the prompt on the iphone when I provide the implementation in the ViewController.
I have set the mentioned keys in the ios app info.plist and the watchkit extension info.plist, in the end I decided to enter the keys NSLocationAlwaysUsageDescription and NSLocationWhenInUsageDescription.
I have looked for a solution online for so long and tried every approach from so many people online but didnt get it to work. Now I just query the location from the phone, but this is not the way I guess.

This is how my xcode project looks like. I hope anyone can please help me out : https://gofile.io/?c=pptCLK

@uniqueyung91 Do you still have issues with this?

This topic was automatically closed after 166 days. New replies are no longer allowed.