Skip to main content

WWDC

See All Stories

FruityMaps lets you try out Apple’s upcoming MapKit web API now

Not soon after the news of Apple potentially opening MapKit as a web API, creative developer Tim Broddin has gone ahead and developed a proof of concept showing what that experience might look like in the future. Fruity Maps mimics a very basic Apple Maps view similar to what you’ve likely encountered with embedded web versions of Google Maps. While it’s missing most features that would make it fully usable (such as pins and searching), it gives us a very nice idea of the extent that Apple Maps might be utilized by developers on a desktop experience.


Expand
Expanding
Close

Embedded Apple Map on WWDC site suggests official public MapKit web API coming soon

Apple seems to be preparing to announce a web version of its MapKit framework, allowing anyone to embed an Apple Map view into a web page. On the WWDC microsite, Apple has embedded its own map object in the page to show attendees how to get between Moscone West and the Bill Civic auditorium, where the Monday keynote will be held. Looking at the code, it appears Apple wants to make this embeddable map a public API in the (near?) future so anyone could add an Apple Map to their website.

The map allows user interaction like you might expect with panning, zooming and such. Behind the scenes, the Apple map uses a HTML5 <canvas> element to render the custom cartography. Right now, MapKit is exclusive to iOS and Mac apps, ostensibly funded by the revenue Apple brings in from the sale of App Store apps.

From a business perspective, it is unclear why Apple would want to open up its API to web developers. Today, most developers use embedded Google Maps to display maps on their websites due to its ubiquity. Although other mapping options exist, a high-profile entrance of Apple into the space would provide strong competition to Google’s offering.


Expand
Expanding
Close

Apple Worldwide Developer Conference 2016: Everything you need to know about this year’s WWDC

Site default logo image

After an odd semi-unveil via Siri earlier today, Apple this evening officially confirmed that its annual Worldwide Developers Conference would take place from June 13th through June 17th in San Francisco. As in previous years, tickets are being distributed via a random lottery process to eligible developers. Interested in attending? Read on as we break down everything you need to know about WWDC 2016.


Expand
Expanding
Close

Siri announces WWDC 2016 will be held June 13th through June 17th in San Francisco [Update]

Site default logo image

[UPDATE: Apple has confirmed what Siri told us earlier today. The company has now issued a press release in which it says that WWDC will be held from June 13th through June 17th in San Francisco. The same lottery process applies to getting tickets this year as in previous years. Developers can apply for tickets via the WWDC website now through Friday, April 22 at 10:00 a.m. PDT.

In a change from traditional years, the Monday keynote will be held at the Bill Graham Civic Auditorium, not Moscone West. All other conference sessions will take place at Moscone, though. The annual Bash will also be held at the Bill Graham Civic Auditorium.]

In an unusual chain of events, it appears Apple is announcing the WWDC dates through Siri. Although the Apple website has not been updated with any new info, Siri is proudly proclaiming that WWDC 2016 will indeed be held in San Francisco from June 13th to June 17th. Although Siri didn’t explicitly say, it is almost certain that WWDC will once again be held at Moscone West, simply because it’s the best choice of venue for an event like this in San Francisco. This is an unusual announcement nonetheless, it being the first time Apple has used Siri as the primary announcement vehicle for one of its events. WWDC is expected to feature the unveiling of iOS 10, OS X 10.12 and more …


Expand
Expanding
Close

Feature Request Roundup: iOS 10, Siri for Mac (OS X 10.12), Apple Watch 2 upgrade program, Apple Music & more

In our regular Feature Request series, 9to5Mac authors offer their opinion on how to improve popular hardware or software products. Since we started the feature back in November of last year, the majority of installments in the series have focused on Apple’s own software and hardware, including a number of ways the company can improve its current iOS and Mac OS X software as well as possibilities for upcoming iOS 10 and Mac OS X 10.12 releases.

And some of the other Feature Requests we’ve published included features for the new Apple TV, the upcoming next-generation Apple Watch 2, Apple Music, iCloud, and more. Below we’ve compiled a hub for the series giving you an easy way to stay up to date and hopefully some hints at what to expect at WWDC this year and other upcoming Apple product launches…

Expand
Expanding
Close

WWDC wish list: closing the gap between iOS & OS X, split-screen enhancements, Xcode for iPad, more

Site default logo image

[Ed. Note: This is a guest post by developer Steven Troughton-Smith. You can follow him on Twitter @stroughtonsmith.]

I don’t often do this, but this year I think it’s important; Apple is more open & receptive to feedback today than it ever has been. With iOS 9 and iPad Pro, iOS has made a tremendous leap in the past year on iPad. With that in mind, I wanted to note down all the things in my head that I really want to see the iOS computing platform grow to cover.

What follows is an unordered list of things I’d like to see from Apple over the next few years, starting with the easy & obvious things upfront. Most of these have Radars filed against them, but since they’re more often than not dupes of existing Radars I won’t post the numbers here. Most of this is about iOS, but not all – I’ll say upfront that I don’t think OS X has a future with the way it’s going currently, and has been running on fumes for most of iOS’ lifetime. Even if you disagree with where I’m coming from, perhaps there’s still something for you here.


Expand
Expanding
Close

Apple announces Apple TV-focused Tech Talks for developers across 10 cities around the world

Apple typically holds a single developer event each year, WWDC in San Francisco around June, but sometimes uses Tech Talks to bring developer events around the world at other parts of the year. With Apple TV’s App Store launching several months after WWDC 2015 and long before WWDC 2016, Apple has announced that it will host 11 Tech Talk sessions across 10 different cities around the world. Apple describes the sessions as a way to “Get in-depth guidance from Apple experts on developing and designing for tvOS, in a city near you.”
Expand
Expanding
Close

Apple resolves issue that delayed iOS 9 App Thinning, WWDC content now searchable by keyword

Apple CEO Tim Cook at WWDC 2015

After initially holding back a new iOS 9 feature called App Thinning (or App Slicing) that allows developers to ship smaller apps to customers and download additional content as needed, Apple now says it has resolved the issue that caused the delay. Starting with the recently released iOS 9.0.2, users will have access to updated apps that take advantage of App Thinning. Apple also updated developers on a Game Center-related change and rolled out an improved way for finding content from Apple’s developer sessions.
Expand
Expanding
Close

Developers hack Apple Watch to run real UIKit-backed native apps

Site default logo image

Well-known developers Steve Troughton-Smith, Saurik and Adam Bell have managed to hack the Apple Watch on watchOS 2 to run truly native apps on the device. Although Apple is advertising native apps with watchOS 2, it isn’t as ‘native’ as some developers wanted or expected. The logic code now runs on the watch, but raw access to the user interface is still not allowed on watchOS 2.

This means frameworks like UIKit cannot be used to draw truly custom UI. Instead developers must rely on the same techniques employed with current WatchKit apps that revolve around image sequences to create more interesting effects.

In the demo, video embedded below, the team managed to get a fully interactive 3D object running on the Apple Watch powered by Apple’s SceneKit framework.


Expand
Expanding
Close

With iOS 9, Apple lets developers cutoff support for older iOS devices without 64-bit CPUs

Site default logo image

With iOS 9, developers can cutoff younger devices in a way that was not previously possible. Although iOS 9 runs on every device that runs iOS 8, app developers are free to specify more restrictive compatibility requirements.

In fact, with iOS 9, developers can choose to make their apps exclude any non-64 bit architecture. This means all iPod touch models, all iPhones before the iPhone 5s and all iPads before the iPad Air will not be able to install apps where developers have required 64-bit CPUs.


Expand
Expanding
Close

Opinion: These were the 10 game-changing WWDC 2015 announcements

There were so many announcements during the WWDC keynote yesterday that even people who follow Apple for a living (and expected most of the details) were overwhelmed. New versions of iOS, OS X, and watchOS were only three of the biggies, alongside the official debut of Apple Music and a lot of small but interesting new details.

Since the keynote ended, I’ve been sorting through all of the stories, as well as all three new operating systems. What follows are my picks for the ten most game-changing WWDC 2015 announcements, some of them requiring more explanation than others. They’re not in rank order, but there’s definitely one that I thought was the biggest of the bunch. Share your picks in the comments section below…


Expand
Expanding
Close

This song is actually a pretty good roundup of the WWDC keynote (Video)

Jonathan Mann has been running his “Song a Day” YouTube channel for quite some time now, and without fail, you can navigate to his channel on the day of an Apple event and find yet another song-ified version of Apple’s announcements. He’s a self-proclaimed Apple fanboy, and he was the guy that wrote the song played during the opening to the Antennagate press conference.
Expand
Expanding
Close

These 12 iOS & Mac apps are the 2015 Apple Design Award winners from WWDC

Site default logo image

Apple’s Worldwide Developers Conference is taking place this week following the company’s kickoff keynote presentation yesterday where it introduced the future of iOS, OS X, and its new Apple Music service, among other updates. As is tradition, one of the first presentations after the keynote was to announce this year’s Apple Design Award winners, a small-scale award show of sorts where Apple honors select app developers by recognize their work and success over the last year.

This year’s 12 winners range from games to education and stock trading apps. Head below for the full list of 2015 winners.
Expand
Expanding
Close

Top 10 iOS 9 Features (Video)

Apple’s WWDC 2015 keynote was full of software announcements. Unfortunately, there wasn’t much on the hardware side of things, but we have some important updates for Macs, Apple Watch, and iOS devices. Today we’re checking out the Top 10 features in iOS 9. There’s not much of a redesign happening here, but there are a handful of noteworthy features you should know about…


Expand
Expanding
Close

Apple officially introduces its Apple Music streaming service at WWDC, coming June 30 for $9.99 after 3 month trial

Site default logo image

Roughly one year after spending $3 billion to acquire Beats, a speaker and headphone company cofounded by music industry veterans Dr Dre and Jimmy Iovine, Apple has officially revealed its all-new streaming music service built on that massive acquisition. Apple Music, as we first reported the subscription music service would be called, is the company’s answer to on-demand music services like Spotify. As part of the 2014 acquisition, Apple gained its own subscription music competitor in Beats Music, although the new Apple Music service is the company’s first to be built by the Cupertino company. Details below:
Expand
Expanding
Close

Apple introduces News app in iOS 9, replaces Newsstand

Site default logo image

As reported this morning, Apple officially announced a new News app as part of iOS 9. The app takes the place of Newsstand and allows users to easily view and read the news they care most about. With an interface similar to Flipboard, Apple highlights the rich typography.

Apple also touts how users are prompted to pick specific topics in which they are interested and then the app propagates with content relating to those selected topics. Users can also add specific websites and blogs. Some images are below:


Expand
Expanding
Close

Apple reveals OS X 10.11 El Capitan with refinements to performance and stability at WWDC

Site default logo image

Keeping with its recent annual update cycle, Apple showed off the next version of the Mac desktop operating system at WWDC today. OS X 10.11, the latest system version, carries the name El Capitan following Apple’s pattern of using names of prominent locations across California including Yosemite and Mavericks in years prior. Full details below:
Expand
Expanding
Close

Apple reportedly set to kill Newsstand, introduce Flipboard-esque news app

Site default logo image

Apple set to introduce Flipboard-Like news product

A late-breaking report from Re/code is indicating that Apple is readying an announcement about news initiatives on iOS. According to the report, the company plans to kill off Newsstand although individual apps will still remain in the App Store.

Apple will also apparently introduce a new service which will present news stories from a variety of sources, such as ESPN, New York Times and Conde Naste. The report describes the product as similar to Flipboard.


Expand
Expanding
Close

Manage push notifications

notification icon
We would like to show you notifications for the latest news and updates.
notification icon
You are subscribed to notifications
notification icon
We would like to show you notifications for the latest news and updates.
notification icon
You are subscribed to notifications