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")
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")