11

Up until April 24th 2015, development of apps for the Apple Watch has been done using the Apple Watch simulator. Now that the Watch is available, has anyone figured out how to deploy (build and run) apps on the watch itself?

saurabh
  • 6,687
  • 7
  • 42
  • 63
Van Du Tran
  • 6,736
  • 11
  • 45
  • 55

3 Answers3

10

Just build and run your iPhone application. Then, in the "Apple Watch" app on your iPhone, find your application, tap on it, and activate "Show App on Apple Watch". It may take a few seconds until the your Watch app has been installed.

John
  • 8,468
  • 5
  • 36
  • 61
3

As per apple documentation, first build and run your application on iPhone which contains ipa file for both iphone and iwatch as extension and then select watch app target and run from xcode it will launch app on iWatch.

Ruchish Shah
  • 319
  • 1
  • 6
3

Connect your iPhone to which your Apple Watch is paired. Then you can run the App directly from XCode.

Attaching screenshot for referencexvode

saurabh
  • 6,687
  • 7
  • 42
  • 63