Reputation: 180
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
Reputation: 946
In your existing App in Xcode in the Editor
menu select Add Target...
from there select watchOS
and WatchKit App
.
Name the WatchKit Extension, and you should be all set.
Upvotes: 1
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