I need to find if my phone is paired with a apple watch and get some information about the paired watch like its name. I tried reading the documentation
The best you can do is write to a shared NSUserDefaults value the first time the user opens your WK app, then check for that value in your iOS app. Beyond that there's no info you can get.