From the course: Apple watchOS App Development: Advanced APIs

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Add a watchOS target

Add a watchOS target

From the course: Apple watchOS App Development: Advanced APIs

Start my 1-month free trial

Add a watchOS target

- [Instructor] This is so far just an iOS app. Before I communicate with the watch, I'll add a WatchKit app so I can display the pizza choice and order status on my watch. Knowing how to add a WatchKit app to an existing iOS project is an important skill since many will be adopting from an existing iOS app. So go ahead and hit File + New and go to Target. In the window that shows up, you're going to go to WatchOS and click on WatchKit App. You'll notice here also that there is one for Game App if you want to use some of the other technologies such as SceneKit, SpriteKit, or Metal. But we're going to stick with WatchKit App and go ahead and hit Next. Now you get to the Product Name. Now your product name must be different than your phone apps name. I usually add watch to the name, so I'm going to just change this to PizzaOrderWatch. Team, Organization Name, Organization Identifier will all stay the same. And so same with your Bundle Identifier. Your language will be Swift. Click off…

Contents