Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Most current iOS version distribution percentage?

Tags:

I started working on a new app and I wanted to use all of the new iOS5 features (including storyboard) but I'm afraid to limit my app to iOS5 users only.

I couldn't find any information about iOS5 usage VS iOS<5 usage.

If you could point me to some research data or give me an advice about going for iOS5 only development, I would be forever grateful :)

Thanks

like image 786
budiDino Avatar asked Feb 13 '12 14:02

budiDino


People also ask

What percentage of iOS devices are on the latest major version?

85 percent of all iPhones (including those older than four years) are running iOS 14, with eight percent still on iOS 13 and seven percent running an earlier version of iOS. This category includes devices that are not able to run iOS 14.

What percentage of devices are on iOS 15?

Today, Mixpanel's data shows iOS 15 is being used on 64% of devices, while iOS 14 is running on about 31.5% of them. It appears iOS 14, which was launched Sept. 7, 2020, had a much faster adoption rate over iOS 13, according to Mixpanel's data.

What is the most current iPhone iOS version?

The latest version of iOS and iPadOS is 15.6.1. Learn how to update the software on your iPhone, iPad, or iPod touch. The latest version of macOS is 12.5.1. Learn how to update the software on your Mac and how to allow important background updates.


2 Answers

http://david-smith.org/iosversionstats/ has some data that is (as of Apr 2013) are bang up to date.

That data showed that 1.5 weeks after formal release, iOS 6 had already reached 38%. Currently (Apr 2013) it shows that iOS 6 has reached 89.1%.

UPDATE - June 2013

Apple have now also added some stats to their developer portal, these show the devices accessing the appstore and for a 14 day period ending June 3, 2013 iOS 6 was 93%, iOS5 6% and earlier iOS versions 1%. (Nov 2013: this link doesn't seem to work anymore - I can't find a current link.)

UPDATE - November 2013

Mixpanel trends have a graph showing iOS 7 adoption rate

UPDATE - Deccember 2013

Apple's stats are back (at a new URL).

They're currently show iOS 7 74%, iOS 6 22%, and 'earlier' 4% - as measured by the App Store in 7 days ending 1st December. (ie. approx 2 months after the public release of iOS 7.)

like image 199
JosephH Avatar answered Dec 31 '22 13:12

JosephH


I'd say go for iOS 5: according to this article from last year, adoption of iOS 4 was at 90+% about 6 months after release. If iOS 5 follows at the same rate, and considering it was already at 40% only a few months after release, I'd say that the numbers are somewhat similar to iOS 4. The only thing that will drive the numbers slightly down will be the real old devices that won't get iOS 5, but I'd estimate that 75%+ already have iOS 5 and it will keep growing, especially as users replace their old models with new ones.

Edit: found this other about Bump users for December where 5.0.1+5.0 would total slightly over 60%.

Also, if you're new to iPhone Dev, iOS 5 makes it much easier with ARC and storyboards among many other features. Personally, I'm targeting iOS 5 and not looking back. Also, you may want to check an excellent iOS 5 free course in iTunesU from Stanford University: CS193P: iPad and iPhone App Development (Fall 2011)

Final edit: found this article that summarizes it clearly for iOS 4 -

  • 1 month after release - 50% adoption rate
  • 3 months after release - 70% adoption rate
  • 6 months after release - 90% adoption rate
like image 31
Fernando Madruga Avatar answered Dec 31 '22 13:12

Fernando Madruga