I feel like practically everybody I know with an iPhone has upgraded to iOS5. Even my friends still running OS X Leopard and Snow Leopard have upgraded.
Maybe older models like the 3GS have't been? Although who still has 'em anyways
Just wondering what iOS target you are putting your apps out at?
I am skeptical to put mine to iOS 5 as I know a few of my friends still haven't upgraded to iOS 5.
Using Xcode 4.2 with storyboards is great but you can only set the iOS target to 5. I want to set it as 4 as the lowest.
What should I do? Old school methods or use the new storyboards?
Thanks,
I think you should keep it at 4.0. I myself still develop on the 4.3 ios target, but thats just me. If you think you should keep it at 4.0 then thats where you should have it. To me it's about functionality, if your app can function correctly on 4.0 and not need anything from 5.0 then build it against 4.0. If it's only because you want to use storyboards then you might be cutting out a big chunk of people that might have downloaded your app just so that you can make your apps with storyboards. To me i don't really see the hype of storyboards. I like my xib's lol. We'll thats my 2 cents
Just to make clear, i don't know these percentages for my own apps. This information is not available via itunesconnect.
But a way to figure out those percentages for your apps is to integrate analytic modules like Flurry in your app or code something youself that will send out the iOS version of each user.
So iOS 5 is used on more 66% of all iPhones according to this source. It uses statistics from the Bump app, combined with numbers from Localistics.
From my small app numbers with mobclix my numbers very closely with these numbers. Mine works out at about 65.4% but my app only supports from iOS 4.3 onwards.
I was having the same doubt and glad that i found this post. Thanks to Pauluz85 for providing the link. Guess it makes more sense for me to target iOS5 . It will still take me a couple of months to publish my first app .By then even more people would have upgraded to iOS5 i guess.
Yeah its a tricky one, I opted to update one of my apps to iOS5 and got a few complaints. So putting off updating the others until more time has pasted for people to update.
__________________ Buy our apps for £10! Coupon code 'iphonesdk' for 10% off! - Click Here
Was wondering the same thing. I want to add iCloud in my app but my developers are saying only iOS5 users can download it and that'll **** off the others I think when I add more features after iCloud.
Was wondering the same thing. I want to add iCloud in my app but my developers are saying only iOS5 users can download it and that'll **** off the others I think when I add more features after iCloud.
that's not strictly true.
You can support older versions and yet support iCloud.
your developers just need to check on runtime if iCloud is available in the ios version the phone is running, and only do the icloud "thingy" if it's available (ios5+). For version lower that 5, just don't use the icloud api and it will be fine.
think of iCloud as an extra you can add to your app if it's running on iOS5+