0

How can I open a browser on the iPhone from WatchKit App, without a companion app on the iPhone?

Something like this:

UIApplication.shared.open(URL(string:"yourCustomLink")

1 Answers1

0

This not possible, a companion iOS app is required for this.

Curiosity
  • 544
  • 1
  • 15
  • 29