I'm curious what their definition of "multitasking" is... To begin with, iOS doesn't really support multitasking in the general sense of the word. You can save application state when the app moves into the background and restore when the app comes back into the foreground, but, in general, there's no way to run two apps at once. So, in essence, if you compile with a newer SDK, you've effectively implemented "multitasking" by conforming to the new APIs. As others have pointed out, though, there are a lot of apps for which there is no need for "multitasking" in that sense. So, is their definition apps which explicitly save state or something else? To me, it sounds like a relatively meaningless statistic. The more interesting statistic is the percentage of apps built with old SDKs...