How to install an app on Apple Watch

I have created a clock application and will be able to run a simulator. But now I wanted to run the application on my iPhone. What is the process for achieving this?

So far, have updated the provisioning profile in my iOS code.

+3


source to share


3 answers


What have you tried already?



Anyway, here's a blog post that might help you: http://blog.jaredsinclair.com/post/117350678170/jareds-code-signing-tips-apple-watch-edition

+2


source


Since I don't have it yet Apple Watch

, but I found that:

Connect iPhone and Apple Watch, set up provisioning profiles for Watch-app

and extention

NOW ....

Apps

that include aplle-Watch-extention

should be automatically launched during installation Watch

when the installation is started iPhone App

(Parent App).



Here is a video link that briefly illustrates

Hope this helps you ... :)

+2


source


I went to the lab for hours. You will need two more provisioning profiles to test your apps on the watch. You don't need to do anything on the watch. After installing the hosted app, the watch app will be installed if you configure the provisioning profiles correctly.

You need one provisioning profile for the watch extension and another for the watch application. In general, you will have three Application IDs and three Provisioning Profiles to fully test the hosted and monitoring application.

+1


source







All Articles