Top "Watchkit" questions

WatchKit is an integral part of the Apple Watch experience for third-party applications.

How can I change image tintColor in iOS and WatchKit

I have an UIImageView called "theImageView", with UIImage in a single color (transparent background) just like the left black heart …

ios swift uiimage uicolor watchkit
App installation failed due to application-identifier entitlement

I am unable to install a watchOS 2 WatchKit app due to an application-identifier entitlement. This happened after turning on App …

ios watchkit watchos-2
Watchkit AppIcon - The app icon set named "AppIcon" did not have any applicable content

There is the Images.xcassets file in my WatchKit App. As soon as I put any icon in that asset …

ios watchkit
Error: The app icon set named "AppIcon" did not have any applicable content

I know that there are several questions on StackOverflow with similar content, but it seems that I am still unable …

ios watchkit
How can I simulate the Apple Watch for development purposes?

I just downloaded the Xcode 6 GM, and I'd like to see how my apps work with an Apple Watch connected …

xcode ios-simulator apple-watch watchkit
WatchKit Extension bundle identifiers

I am trying to build my app but it failed. I am shown the message below. error: WatchKit Extension doesn't …

ios watchkit apple-watch bundle-identifier
Watchkit Extension - No matching provisioning profiles found

I have created an iPhone app that also includes a WatchKit extension, I can run this fine in the simulator …

ios xcode watchkit
Is there an ActivityIndicator in WatchKit for Apple Watch?

Is there an ActivityIndicator (or something like it) in WatchKit for Apple Watch? How do you all give the user …

uiactivityindicatorview watchkit
WatchKit: unable to find interface controller class

I tried adding an interface controller to a storyboard, setting its Custom Class to a WKInterfaceController subclass, launched the app …

ios storyboard watchkit