Top "Watchkit" questions

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

Preprocessor macro for Apple Watch?

I was looking at Apple's Lister (for Apple Watch, iOS, and OS X) sample. The sample performs a test for …

ios preprocessor watchkit c-preprocessor watchos-2
How to simulate the Local Notification in apple Watch App?

I am trying to simulate the local notification view in apple watch simulator. Does any one known how to simulate …

objective-c xcode watchkit
How to show Alert on Apple Watch

How to show Alert on apple watch. Is there any alternate to show alerts in the Apple Watch because I …

objective-c watchkit apple-watch watchos-2
Launch host app from watch app

I know that the openParentApplication api in watch kit extension can open the host app in the background but not …

ios iphone watchkit apple-watch
handleWatchKitExtensionRequest not responding to openParentApplication in Watchkit Extension (Swift)

I am trying to send information from my WatchKit App over to my main parent application and from what I …

ios swift watchkit watchos
NSUserDefaults not working on Xcode beta with Watch OS2

I just installed the latest beta of Xcode to try Swift 2 and the improvements made to the Apple Watch development …

swift operating-system nsuserdefaults watchkit watchos-2
Apple watch simulator issue

I am trying to debug and run the app on apple watch simulator. I have tried by using different target …

ios xcode watchkit apple-watch
Watch kit CFBundleVersion

Planning for watch kit integration error: The value of CFBundleVersion in your WatchKit app's Info.plist (1) does not match the …

ios watchkit cfbundleidentifier
Where and When to get data for Watch Complication

After working with complications for a few days, I feel confident saying the following about the update process for updates …

ios watchkit apple-watch-complication watchos-2 clockkit
Load image from URL on WatchKit

Is there a more elegant solution to load an external image on the watch than the following ? let image_url:…

swift watchkit apple-watch