Dilip Bhuva
Dilip Bhuva

Reputation: 180

Can I add a WatchKit Extension to a Universal app?

I have an app in the App Store. It is for iPhone and iPad (Universal). Can I add a WatchKit Extension in the next version or do I have to remove iPad from the targets in order to do that? I'm asking because iPad does not support connecting an Apple Watch.

Upvotes: 2

Views: 50

Answers (2)

Dan O'Leary
Dan O'Leary

Reputation: 946

In your existing App in Xcode in the Editor menu select Add Target...

enter image description here

from there select watchOS and WatchKit App.

enter image description here

Name the WatchKit Extension, and you should be all set.

Upvotes: 1

glyvox
glyvox

Reputation: 58029

Yes, you can add a WatchKit extension to a universal app. As a general rule, if you add an extension to an app that a device cannot support, it simply won't appear there.

Upvotes: 2

Related Questions