Reputation: 6092
Is there any URL scheme, so I can open "Watch" app on button click, to pair Apple watch ? like:
UIApplication.sharedApplication().openURL(NSURL(string : /* Watch URL Scheme? */)
Or is there any other way to open the "Watch" app on a button click?
Upvotes: 2
Views: 4272
Reputation: 2735
There are multiple schemes listed in the below link.
'itms-watchs://bridge:root=GENERAL_LINK' worked for me
Upvotes: 0