Top "Watchkit" questions

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

Installation Failed: Invalid Argument -iOS Extension

https://imgur.com/vFn0S7g I am about to build watch app target from existing project. I encountered a …

ios iphone xcode cocoa-touch watchkit
How to check whether iPhone and apple watch are connected

Is there any way to notify user in Apple Watch that the iPhone is now out of range and when …

ios watchkit apple-watch
Passing data to Apple Watch app

I am trying to pass data from my app into my Apple Watch app. Basically, I am using the same …

ios swift nsuserdefaults watchkit apple-watch
Debug on real Apple Watch: Application Verification Failed

I tried to debug my WatchKit app on a real Apple Watch today. After hitting the Debug button in Xcode, …

ios watchkit apple-watch
Heart Rate data on apple Watch

Can we access the heart rate directly from the apple watch? I know this is a duplicate question, but no …

objective-c xcode watchkit
Can't install WatchKit app on Apple Watch

I have a WatchKit app that runs fine in the Simulator. But when I try to run it on an …

ios watchkit
Running Apple Watch in iOS simulator issue

I'm trying to run the Apple WatchKit Catalog example code in iOS simulator. But i have always Apple Watch simulator …

ios ios-simulator watchkit apple-watch
iOS get heart rate from Apple Watch in near real time

I need to make an app that records heart rate data in near real time and send this data to …

ios swift watchkit watchos-2 healthkit
WatchKit apps must have a deployment target equal to iOS 8.2 (was 8.3)?

I just downloaded Xcode 6.3 beta 4, and my WatchKit app now fails to build with an error: Embedded Binary Validation Utility …

ios watchkit apple-watch xcode6.3
Prevent deploying (disable) WatchKit App with iOS iPhone App in Xcode

We've got an Xcode project with build configurations for the Apple Watch as well. Our Apple Watch app isn't ready …

ios xcode watchkit