How can I test a standalone watchOS application?

375 views Asked by At

I can't figure out how to test running my watchOS app as a standalone app. When I run it on the simulator it never works unless I also have the associated iOS app. Running the watch scheme shows that the iOS app is running along with the watchOS app. I created a scheme which just builds the watch and it will cause the watch app to start, but it doesn't actually update the compiled binary.

1

There are 1 answers

2
Jatin Patel On

First of all, you have to create certificates for all project targets and upload on Testflight, Through Testflight (mobile application) you can install the app and it will sync automatically in the watch.

The second option will, Connect your watch with mobile and install that watch application via Xcode on mobile, it will sync automatically in the watch.