Apple Seeds iOS 8.2 With WatchKit SDK for Apple Watch Apps to Developers - MacRumors
Skip to Content

Apple Seeds iOS 8.2 With WatchKit SDK for Apple Watch Apps to Developers

Apple today announced that its set of WatchKit development tools are now available for developers, allowing them to begin creating apps and software for the company's upcoming Apple Watch.

"Apple Watch is our most personal device ever, and WatchKit provides the incredible iOS developer community with the tools they need to create exciting new experiences right on your wrist," said Philip Schiller, Apple's senior vice president of Worldwide Marketing. "With the iOS 8.2 beta SDK, developers can now start using WatchKit to create breakthrough new apps, Glances and actionable notifications designed for the innovative Apple Watch interface and work with new technologies such as Force Touch, Digital Crown and Taptic Engine."

WatchKit is being released as part of the iOS 8.2 and Xcode 6.2 beta, both of which have been made available to developers today.

ios_8_2_beta_crop
Both the iOS 8.2 Beta with WatchKit and the Xcode 6.2 beta can be downloaded from Apple's developer site, which also has Apple Watch development resources for developers. WatchKit can currently be used to create Glances, actionable notifications, and Apple Watch apps that are powered by the iPhone. Many Apple Watch apps will be driven by code that runs on the iPhone, with a UI that displays content on the watch itself. According to Apple, "fully native" Apple Watch apps can be created "later next year."

As described by Apple, actionable notifications are notifications that allow users to take an action or respond directly from their wrists with the Apple Watch, turning off the lights when they've left the house, for example, or accessing flight information at an airport. Glances are somewhat simpler, aiming to give users quick information at a glance like news, weather, sports scores, and more.

watchkitapptypes
In its press release, Apple highlights several developers who have already begun working with WatchKit, giving some additional insight into how the WatchKit tools can be used. The ESPN app for Apple Watch delivers live scores and information on teams, according to ESPN VP John Kosner, and it offers snapshots of live games through Glances and alerts on score changes through actionable notifications.

Instagram has used WatchKit to develop actionable notifications that let users instantly like a photo or respond with an emoji, plus there's an Instagram news and watch list to let users see their friends favorite photos and get an overview of likes and comments. American Airlines has used Apple Watch to create pre-trip notifications, updates for gate changes, gate connection information, and alerts when a flight begins boarding, all of which can be accessed directly from the wrist.

In addition to sharing these use cases for the Apple Watch, Apple has also created a dedicated Apple Watch site for developers, outlining the difference between full apps, Glances, and actionable notifications, offering download links to the iOS 8.2 beta with WatchKit SDK, and providing design guidelines and templates.

watchkit
Apple has said that its Apple Watch will be released in "early 2015," but an exact launch date remains unclear. At the lower end, the device will retail for $349, with estimates placing pricing for the higher-end solid gold version at thousands of dollars.

Related Roundup: Apple Watch 11
Tag: iOS 8.2
Buyer's Guide: Apple Watch (Neutral)
Related Forum: iOS 8

Popular Stories

Apple Event Logo

Apple to Launch These 15+ New Products Later This Year

Friday March 27, 2026 2:03 pm PDT by
March has been an incredibly busy month for Apple, with the company unveiling more than 10 new products and accessories. We said hello to the MacBook Neo at the start of the month, and we bid farewell to the Mac Pro at the end of it. Nevertheless, there is still a lot more to come this year. Beyond the usual annual updates to iPhones and Apple Watches, Apple's all-new smart home hub is...
iOS 26

iOS 26.4 Adds Two New Features to CarPlay

Tuesday March 24, 2026 1:55 pm PDT by
iOS 26.4 was released today, and it includes a couple of new features for CarPlay: an Ambient Music widget and support for voice-based chatbot apps. To update your iPhone 11 or newer to iOS 26.4, open the Settings app and tap on General → Software Update. CarPlay will automatically offer the new features so long as the iPhone connected to your vehicle is running iOS 26.4 or later....
Mac Pro Feature Teal

Apple Confirms Mac Pro Is Dead, No Future Models Planned

Thursday March 26, 2026 2:04 pm PDT by
Apple has discontinued the Mac Pro and has removed the machine from its website, reports 9to5Mac. Apple said it does not plan to design a new version of the Mac Pro, and no new model will be coming in the future. The Mac Pro was last updated in 2023, which was when Apple added an M2 Ultra Apple silicon chip, but the chassis has not been refreshed since 2019. Apple redesigned the Mac Pro to...

Top Rated Comments

148 months ago
Hopefully this will tell us what resolution and PPI is on the Apple Watch.
I just confirmed the 38mm watch UI size is 136w x 170h and the 42mm watch UI size is 156w x 195h.

Those are in points by the way, so the native resolution will be 2x most likely:
38mm: 272w x 340h Px
42mm: 312w x 390h Px

Edit: Confirmed 2x will indeed be used: "Create all of your image resources as @2x images. There is no need to include non @2x resources in your Watch app bundle."

Score: 15 Votes (Like | Disagree)
Dwalls90 Avatar
148 months ago
Perfect.

@PanguTeam can start ripping it apart looking for exploits.
Score: 7 Votes (Like | Disagree)
148 months ago
Does it mean that it is retina?

At 2x, the 38 mm is 582.08 PPI and the 42 mm is 604.09 PPI.
Score: 5 Votes (Like | Disagree)
cmChimera Avatar
148 months ago
"Starting later next year, developers will be able to create fully native apps for Apple Watch."

Later next year?
Score: 4 Votes (Like | Disagree)
148 months ago
As I said, the pixel dimensions are 312x390, the point dimensions are 156x195 (for the larger size of course). This is running in the simulator with Xcode 6.2. Their catalog app uses the following code to output the image I posted earlier.


CGRect bounds = [[WKInterfaceDevice currentDevice] screenBounds];
CGFloat scale = [[WKInterfaceDevice currentDevice] screenScale];

Yes I know, and I also said I updated my post to show the correct values.
Score: 3 Votes (Like | Disagree)
148 months ago
I have the simulator running right now and it's reporting a screen bounds of 156x195 with scale of 2x.

http://imgur.com/rwN6lrS
I got my information from Apple's Photoshop files they released today. That would make the resolution half then of what those documents show. I edited my original post to show the correct values then.
Score: 3 Votes (Like | Disagree)